File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 2222 PGP_SECRET : ${{ secrets.PGP_SECRET }}
2323 SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
2424 SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
25+ CI_SONATYPE_RELEASE : sonatypeBundleRelease
Original file line number Diff line number Diff line change @@ -84,6 +84,11 @@ Next, install this plugin in `project/plugins.sbt`
8484addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " <version>" )
8585```
8686
87+ | | Central Portal | Legacy OSSRH |
88+ | -----------------| ---------------------------| --------------------------------------------------------------------------------|
89+ | sbt 1.11.0-RC1+ | sbt-ci-release 1.11.0-RC1 | sbt-ci-release 1.11.0-RC1<br >Set ` CI_SONATYPE_RELEASE ` to ` sonatypeBundleRelease ` |
90+ | sbt 1.10.x | sbt-ci-release 1.9.3 | sbt-ci-release 1.9.3 |
91+
8792By installing ` sbt-ci-release ` the following sbt plugins are also brought in:
8893
8994- [ sbt-dynver] ( https://github.com/dwijnand/sbt-dynver ) : sets the version number
You can’t perform that action at this time.
0 commit comments