aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrelease.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/release.sh b/release.sh
index a167fa3..7346aa2 100755
--- a/release.sh
+++ b/release.sh
@@ -27,8 +27,8 @@ sbt $RELEASE
cat <<EOM
Released! For non-snapshot releases:
- - tag: git tag -s -a v$VERSION_2.11 -m "scala-async $VERSION for Scala 2.11"
- - push tag: git push origin v$VERSION_2.11
+ - tag: git tag -s -a v${VERSION}_2.11 -m "scala-async $VERSION for Scala 2.11"
+ - push tag: git push origin v${VERSION}_2.11
- close and release the staging repository: https://oss.sonatype.org
- change the version number in build.sbt to a suitable -SNAPSHOT version
EOM \ No newline at end of file