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 dd0620c commit 6a15befCopy full SHA for 6a15bef
RELEASE.md
@@ -47,7 +47,7 @@ These are instructions on how to make a release.
47
48
Following this, the [CI system][] will build and publish a release.
49
50
-5. Reset the version back to dev, e.g. `4.0.1.dev0` after releasing `4.0.0`.
+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
pyproject.toml
@@ -180,7 +180,7 @@ regex = '''
180
(?P<patch>\d+)
181
-?
182
(?P<pre>((alpha|beta|rc)\.\d+)|)
183
- (?P<dev>(dev\.\d+)|)
+ (?P<dev>(0\.dev)|)
184
'''
185
186
[tool.tbump.git]
0 commit comments