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 44e1724..89964ac 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.10 -m "scala-async $VERSION for Scala 2.10"
- - push tag: git push origin v$VERSION_2.10
+ - tag: git tag -s -a v${VERSION}_2.10 -m "scala-async $VERSION for Scala 2.10"
+ - push tag: git push origin v${VERSION}_2.10
- 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