Skip to content

Commit 87e00a9

Browse files
TO DROP: allow release of test version
1 parent 55dce3a commit 87e00a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/release.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
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)