Add docs on how to release updates
This commit is contained in:
parent
b8b1568a1c
commit
0fe0369773
8
HOW_TO_RELEASE.md
Normal file
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`
|
Loading…
Reference in New Issue
Block a user