Skip to content

Commit 290c3be

Browse files
committed
Fix substitution in release script message
1 parent c3384d8 commit 290c3be

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_2.10 -m "scala-async $VERSION for Scala 2.10"
31-
- push tag: git push origin v$VERSION_2.10
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)