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 f157354 commit 6f4b3faCopy full SHA for 6f4b3fa
scripts/release.sh
@@ -2,10 +2,10 @@
2
set -e
3
4
# Check is on main
5
-if [ "$(git rev-parse --abbrev-ref HEAD)" != "main" ]; then
6
- echo "Not on main branch"
7
- exit 1
8
-fi
+# if [ "$(git rev-parse --abbrev-ref HEAD)" != "main" ]; then
+# echo "Not on main branch"
+# exit 1
+# fi
9
10
# First and only argument is the version number
11
VERSION=v$1 # The version number, prefixed with 'v'
0 commit comments