Add docs on how to release updates

This commit is contained in:
clerie 2024-08-06 17:58:25 +02:00
parent b8b1568a1c
commit 0fe0369773

8
HOW_TO_RELEASE.md Normal file
View File

@ -0,0 +1,8 @@
# How to release ptrcalc
- Update version number in `pyproject.toml`
- Update version numver in `flake.nix`
- Commit updates
- Tag commit with version number (`git tag v0.0.1`)
- Build project `hatch build`
- Publish project `hatch publish`