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 e3027b1 commit c3384d8Copy full SHA for c3384d8
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 -m "scala-async $VERSION"
31
- - 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
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