aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-03-10 09:42:58 +0100
committerJason Zaugg <jzaugg@gmail.com>2014-03-10 09:42:58 +0100
commitc3384d87e986e14f3557b449a400539cb1097003 (patch)
tree3a3676ade58d06b55e24c5c5e2b156f7be9c98ae
parente3027b1cb599fe6e4ad3dbd9729803e188c8de10 (diff)
downloadscala-async-c3384d87e986e14f3557b449a400539cb1097003.tar.gz
scala-async-c3384d87e986e14f3557b449a400539cb1097003.tar.bz2
scala-async-c3384d87e986e14f3557b449a400539cb1097003.zip
Update release script for _2.10 tagging convention
-rwxr-xr-xrelease.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/release.sh b/release.sh
index 28bef26..44e1724 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 -m "scala-async $VERSION"
- - push tag: git push origin v$VERSION
+ - 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