Skip to content

Commit 6671e3d

Browse files
committed
Fix substituion in release script
1 parent d69a104 commit 6671e3d

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.11 -m "scala-async $VERSION for Scala 2.11"
31-
- push tag: git push origin v$VERSION_2.11
30+
- tag: git tag -s -a v${VERSION}_2.11 -m "scala-async $VERSION for Scala 2.11"
31+
- push tag: git push origin v${VERSION}_2.11
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)