Skip to content

Commit

Permalink
Fix docs on using semver compatible dev versions
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Sep 25, 2023
1 parent b9f36cc commit e3c2b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ These are instructions on how to make a release.
5. Reset the version back to dev, e.g. `4.0.1-0.dev` after releasing `4.0.0`.

```shell
tbump --no-tag ${NEXT_VERSION}.dev0
tbump --no-tag ${NEXT_VERSION}-0.dev
```

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

0 comments on commit e3c2b4d

Please sign in to comment.