diff --git a/Development-Testing-Release.md b/Development-Testing-Release.md index 26c5170..ebc6379 100644 --- a/Development-Testing-Release.md +++ b/Development-Testing-Release.md @@ -65,9 +65,9 @@ tox | File | Action | |-|-| -| CHANGELOG.md | replace `3.dev` with `$VERSION` | -| setup.py.legacy | replace `3.dev` with `$VERSION` | -| pyproject.toml | replace `3.dev` with `$VERSION` | +| CHANGELOG.md | replace `3.*.dev` with `$VERSION` | +| setup.py.legacy | replace `3.*.dev` with `$VERSION` | +| pyproject.toml | replace `3.*.dev` with `$VERSION` | Commit changes @@ -93,7 +93,7 @@ git push --tags ### Draft new release * Release title: VERSION (depending on changes) * Description: (copy part from CHANGELOG.md and sort by section) -* Set it as pre-release until EL/Fedora RPMs are build +* Set it as pre-release until EL/Fedora RPMs are built Note: in case something needs to be corrected, create a new tag `v$VERSION-SEQ` and change tag of release