We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69a104 commit 6671e3dCopy full SHA for 6671e3d
release.sh
@@ -27,8 +27,8 @@ sbt $RELEASE
27
28
cat <<EOM
29
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
+ - 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
32
- close and release the staging repository: https://oss.sonatype.org
33
- change the version number in build.sbt to a suitable -SNAPSHOT version
34
EOM
0 commit comments