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 52a32c2 commit 1c98799Copy full SHA for 1c98799
chore/release.sh
@@ -1,3 +1,9 @@
1
+#!/bin/bash
2
+# release script
3
+
4
+# fail when fail
5
+set -e
6
7
if [ -z "$1" ]; then
8
echo "Usage: $0 <patch|major|minor>"
9
exit 1
0 commit comments