We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a754b08 commit 0574518Copy full SHA for 0574518
1 file changed
release.sh
@@ -7,8 +7,8 @@
7
set -e
8
9
# Use version from changelog
10
-# version=$(head -n1 CHANGELOG.md|cut -d"v" -f2);
11
-version=$1
+version=$(grep '#' CHANGELOG.md|head -n1|cut -d" " -f2);
+# version=$1
12
echo "Releasing version $version";
13
14
# Ask for confirmation
0 commit comments