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 ae7259a commit 9be2132Copy full SHA for 9be2132
tag-release.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
# script to tag the release and commit the changes
3
+set -x #echo on
4
5
TAG=$1 # the tag
6
BRANCH=$2 # the maintenance/vXXX branch
0 commit comments