diff --git a/HOW_TO_RELEASE.md b/HOW_TO_RELEASE.md new file mode 100644 index 0000000..0e365da --- /dev/null +++ b/HOW_TO_RELEASE.md @@ -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`