Skip to content

Commit 6f4b3fa

Browse files
TO DROP: allow invoking script outside of main
1 parent f157354 commit 6f4b3fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/release.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
set -e
33

44
# 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
5+
# if [ "$(git rev-parse --abbrev-ref HEAD)" != "main" ]; then
6+
# echo "Not on main branch"
7+
# exit 1
8+
# fi
99

1010
# First and only argument is the version number
1111
VERSION=v$1 # The version number, prefixed with 'v'

0 commit comments

Comments
 (0)