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 b7574c1 commit 1d8de0eCopy full SHA for 1d8de0e
RELEASE.md
@@ -25,7 +25,7 @@ python -m build .
25
```
26
echo "Enter dev version"
27
read dev_version
28
-tbump ${dev_version}
+tbump ${dev_version} --no-tag
29
git commit -a -m "Back to dev version"
30
31
0 commit comments