We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f36cc commit e3c2b4dCopy full SHA for e3c2b4d
RELEASE.md
@@ -50,7 +50,7 @@ These are instructions on how to make a release.
50
5. Reset the version back to dev, e.g. `4.0.1-0.dev` after releasing `4.0.0`.
51
52
```shell
53
- tbump --no-tag ${NEXT_VERSION}.dev0
+ tbump --no-tag ${NEXT_VERSION}-0.dev
54
```
55
56
6. Following the release to PyPI, an automated PR should arrive to
0 commit comments