Releases: sbt/sbt-ci-release
Releases · sbt/sbt-ci-release
1.5.9
Pull Requests
- Update organization name to com.github.sbt (#210) @olafurpg
- Update sbt-git to 1.0.1 (#197) @scala-steward
- Update sbt to 1.4.9 (#185) @scala-steward
- Bump actions/checkout from 1 to 2.3.4 (#198) @dependabot
- Update sbt-sonatype to 3.9.10 (#204) @scala-steward
- Update Nexus Repository URL (#182) @steinybot
- Update sbt-pgp to 2.1.2 (#178) @scala-steward
- Bump olafurpg/setup-scala from 11 to 13 (#205) @dependabot
- Update sbt-sonatype to 3.9.9 (#203) @scala-steward
- Adds a FAQ entry for expired pgp keys. (#201) @froth
- Remove
setup-gpg
(#195) @ckipp01 - bump version in readme (#193) @SethTisue
- Append three adopters (#191) @zhongl
sbt-ci-release v1.5.7
sbt-ci-release v1.5.6
Pull Requests
- setup-gpg is no longer necessary (#171) @sideeffffect
- Update sbt-sonatype to 3.9.6 (#186) @scala-steward
- Update sbt to 1.4.8 (#184) @scala-steward
- bump version number in readme (#177) @SethTisue
- Update readme.md (#166) @AlexITC
- Add more adopters (#164) @adamw
sbt-ci-release v1.5.5
gpg v2
A longstanding issue is that sbt-ci-release has not worked with gpg v2, only v1.4. This release fixes that issue thanks to a contribution from @eed3si9n !
Pull Requests
sbt-ci-release v1.5.4
Library upgrades
- Upgrade to the latest sbt-sonatype that includes this bugfix xerial/sbt-sonatype#199
Documentation
- #152 Recommend GitHub Actions over Travis
sbt-ci-release v1.5.3
sbt-ci-release v1.5.2
- Run
sbt clean
beforeci-release
to simplify releasing cross-built Scala.js 0.6.x/1.x projects.
sbt-ci-release v1.5.1
- Simplify how to publish cross-built Scala.js projects, see #87
sbt-ci-release v1.5.0
sbt-ci-release v1.4.31
- #68 Add support for GitHub Actions (scalameta/metals#940). Documentation is still missing, for now see https://github.com/olafurpg/sbt-ci-release/blob/8ae34425f346409b3da3c85be55b03b39b008b67/.github/workflows/release.yml for an example release workflow.