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 55dce3a commit 87e00a9Copy full SHA for 87e00a9
scripts/release.sh
@@ -1,11 +1,11 @@
1
-#!/bin/bash
+#!/usr/bin/env bash
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