aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-03-10 09:50:18 +0100
committerJason Zaugg <jzaugg@gmail.com>2014-03-10 09:50:18 +0100
commit6671e3d2ac1264e271f7030fc7110fb87a580645 (patch)
tree92415e1436249bd843d4ad998f2530e7ef2c51a4
parentd69a104d0503acca4eda8178d4f9ba32c8a84c9b (diff)
downloadscala-async-6671e3d2ac1264e271f7030fc7110fb87a580645.tar.gz
scala-async-6671e3d2ac1264e271f7030fc7110fb87a580645.tar.bz2
scala-async-6671e3d2ac1264e271f7030fc7110fb87a580645.zip
Fix substituion in release script
-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