Skip to content

Commit c3384d8

Browse files
committed
Update release script for _2.10 tagging convention
1 parent e3027b1 commit c3384d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ sbt $RELEASE
2727

2828
cat <<EOM
2929
Released! For non-snapshot releases:
30-
- tag: git tag -s -a v$VERSION -m "scala-async $VERSION"
31-
- push tag: git push origin v$VERSION
30+
- tag: git tag -s -a v$VERSION_2.10 -m "scala-async $VERSION for Scala 2.10"
31+
- push tag: git push origin v$VERSION_2.10
3232
- close and release the staging repository: https://oss.sonatype.org
3333
- change the version number in build.sbt to a suitable -SNAPSHOT version
3434
EOM

0 commit comments

Comments
 (0)