Skip to content

Commit e3c2b4d

Browse files
committed
Fix docs on using semver compatible dev versions
1 parent b9f36cc commit e3c2b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ These are instructions on how to make a release.
5050
5. Reset the version back to dev, e.g. `4.0.1-0.dev` after releasing `4.0.0`.
5151

5252
```shell
53-
tbump --no-tag ${NEXT_VERSION}.dev0
53+
tbump --no-tag ${NEXT_VERSION}-0.dev
5454
```
5555

5656
6. Following the release to PyPI, an automated PR should arrive to

0 commit comments

Comments
 (0)