We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38b94b commit a9e14deCopy full SHA for a9e14de
1 file changed
release.sh
@@ -0,0 +1,6 @@
1
+#!/usr/bin/env bash
2
+
3
+version=$1
4
5
+git tag -f -a v$version -m "release $version"
6
+git push --tags
0 commit comments