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 1296e6f commit b7574c1Copy full SHA for b7574c1
RELEASE.md
@@ -13,8 +13,6 @@ git clean -dffx
13
echo "Enter new version"
14
read script_version
15
tbump ${script_version}
16
-git commit -a -m "Release ${script_version}"
17
-git tag $script_version -m "Release ${script_version}"
18
```
19
20
## Build the artifacts
0 commit comments