Skip to content

Commit e85998a

Browse files
committed
Update docs
1 parent 7844024 commit e85998a

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.0.5] - 2023-01-23
8+
9+
### Changed
10+
11+
- Preserve file permissions for the generated files.
12+
713
## [0.0.4] - 2023-01-20
814

915
### Changed
@@ -27,4 +33,3 @@ All notable changes to this project will be documented in this file.
2733
### Added
2834

2935
- Initial release.
30-

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# beku
22

3+
Version: 0.0.5
4+
35
## Installation
46

57
pip install beku-stackabletech
@@ -16,8 +18,18 @@ Fast Kuttl tests expander for Stackable integration tests.
1618

1719
beku -i tests/test-definition.yaml -t tests/templates/kuttl -k tests/kuttl-test.yaml.jinja2 -o tests/_work
1820

19-
## Build
21+
## Release a new version
22+
23+
Update the version in:
2024

25+
* `pyptoject.toml`
26+
* `setup.cfg`
27+
* `__init__.py`
28+
* `README.md`
29+
30+
Update the CHANGELOG.
31+
Commit and tag.
32+
Build and publish:
33+
rm -rf dist/
2134
python -m build --sdist --wheel .
2235
twine upload dist/*
23-

0 commit comments

Comments
 (0)