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 47421b5 commit 335912fCopy full SHA for 335912f
VERSION
@@ -1 +1 @@
1
-0.2.45-dev
+0.2.45
release.sh
@@ -11,7 +11,7 @@ mv -f VERSION.tmp VERSION
11
ver="$(cat VERSION)"
12
git commit -am "Version $ver"
13
git tag "$ver"
14
-git push --follow-tags
+git push origin "$ver"
15
16
# Advance to the next patch release, add the '-dev' suffix back on, and commit the result.
17
a=( ${ver//./ } ) && ((a[2]++))
0 commit comments