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 ff00b7a commit 6e343b4Copy full SHA for 6e343b4
scripts/publish-release.sh
@@ -32,8 +32,8 @@ fi
32
git add $git_base_dir/inc/constants.php
33
git add $git_base_dir/crowdsec.php
34
35
-git tag v$NEW_GIT_VERSION_WITHOUT_V_PREFIX
36
git commit -m "bump version to v$NEW_GIT_VERSION_WITHOUT_V_PREFIX"
+git tag v$NEW_GIT_VERSION_WITHOUT_V_PREFIX
37
git push
38
git push origin v$NEW_GIT_VERSION_WITHOUT_V_PREFIX
39
gh release create --draft v$NEW_GIT_VERSION_WITHOUT_V_PREFIX --title v$NEW_GIT_VERSION_WITHOUT_V_PREFIX
0 commit comments