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.
1 parent 126e95b commit 9dfa726Copy full SHA for 9dfa726
README.md
@@ -25,10 +25,7 @@ registered.
25
The `release.yml` workflow generates the wheel and uploads the release to PyPI.
26
Here are the steps you need to kick that process off:
27
28
-1. Review the commit logs and decide on the next version.
29
- - Breaking changes should increment to a new major version.
30
- - New features should increment to a new minor version.
31
- - Bug fixes and small changes should increment to a new patch version.
+1. Use a calver tag in the format vYY.MM.DD.
32
33
2. Create a new tag and push it to the repo.
34
0 commit comments