Compare commits

...

1 Commits
v0.0.1 ... main

Author SHA1 Message Date
0fe0369773 Add docs on how to release updates 2024-08-06 17:58:25 +02:00

8
HOW_TO_RELEASE.md Normal 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`