Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CONTRIBUTOR.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## To release

1. Update the version in `pyproject.toml`; commit
2. Tag the commit with the same version: `git tag -s 0.2`
3. Push the commit and tag: `git push --tags origin main`
4. Update the version in `pyproject.toml` to the next development
version; push