📝 — Improve release documentation

This commit is contained in:
Luc Didry 2025-01-15 16:15:16 +01:00
parent 586660c02a
commit 28ec85fed3
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,7 @@
- 🩹 — Avoid warning from MySQL only alembic instructions
- 🩹 — Check before adding/removing ip_version_enum
- 📝 — Improve release documentation
## 0.7.0

View file

@ -41,7 +41,8 @@ git add argos/__init__.py CHANGELOG.md
git commit -m "🏷 — Bump version ($(hatch version))"
# Create a tag on the git repository and push it
git tag "$(hatch version)" && git push
git tag "$(hatch version)" -m "$(hatch version)" &&
git push --follow-tags
# Build the project
hatch build --clean