Skip to content

Commit ed0f232

Browse files
authored
Merge pull request #366 from sbt/wip/readme
ci: Fix release
2 parents 239cbcd + fb66da4 commit ed0f232

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ jobs:
2222
PGP_SECRET: ${{ secrets.PGP_SECRET }}
2323
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
2424
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
25+
CI_SONATYPE_RELEASE: sonatypeBundleRelease

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ Next, install this plugin in `project/plugins.sbt`
8484
addSbtPlugin("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+
8792
By 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

0 commit comments

Comments
 (0)