From e3c2b4d227c87b8b631471159383b06a1998d4ed Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 25 Sep 2023 12:58:26 +0200 Subject: [PATCH] Fix docs on using semver compatible dev versions --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 70d38ec3..3730f9c0 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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