We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16fc18e + 0b6e7bf commit ece8ca6Copy full SHA for ece8ca6
CONTRIBUTOR.md
@@ -0,0 +1,7 @@
1
+## To release
2
+
3
+1. Update the version in `pyproject.toml`; commit
4
+2. Tag the commit with the same version: `git tag -s 0.2`
5
+3. Push the commit and tag: `git push --tags origin main`
6
+4. Update the version in `pyproject.toml` to the next development
7
+ version; push
0 commit comments