aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-03-10 09:52:56 +0100
committerJason Zaugg <jzaugg@gmail.com>2014-03-10 09:52:56 +0100
commit290c3be6db3ef82e61ea51f789353fef826bfa56 (patch)
treeb63a62f9eabd43e6e6187da915c3e4eff71ca52f
parentc3384d87e986e14f3557b449a400539cb1097003 (diff)
downloadscala-async-290c3be6db3ef82e61ea51f789353fef826bfa56.tar.gz
scala-async-290c3be6db3ef82e61ea51f789353fef826bfa56.tar.bz2
scala-async-290c3be6db3ef82e61ea51f789353fef826bfa56.zip
Fix substitution in release script message
-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