1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

update related to pyproject.toml

Peter Bieringer 2024-10-13 17:57:53 +02:00
parent 8134d994c4
commit b50a46db9b

@ -66,7 +66,8 @@ tox
| File | Action | | File | Action |
|-|-| |-|-|
| CHANGELOG.md | replace `3.dev` with `$VERSION` | | CHANGELOG.md | replace `3.dev` with `$VERSION` |
| setup.py | replace `3.dev` with `$VERSION` | | setup.py.legacy | replace `3.dev` with `$VERSION` |
| pyproject.toml | replace `3.dev` with `$VERSION` |
Commit changes Commit changes
@ -105,7 +106,8 @@ After RPMs are successfully built, mark it as latest release
| File | Action | | File | Action |
|-|-| |-|-|
| CHANGELOG.md | replace `$VERSION` with `3.dev` | | CHANGELOG.md | replace `$VERSION` with `3.dev` |
| setup.py | replace `$VERSION` with `3.dev` | | setup.py.legacy | replace `$VERSION` with `3.dev` |
| pyproject.toml | replace `$VERSION` with `3.dev` |
Commit changes Commit changes