1.8.0
sbt-ci-release 1.8.0 is cross published to:
sbt Version | Published |
---|---|
1.x | ✅ |
2.0.0-M2 | ✅ |
about sbt-ci-release
sbt-ci-release is an sbt plugin, originally created by @olafurpg in 2018, to automate releases to Sonatype and Maven Central from GitHub Actions by composing four existing sbt plugins sbt-dynver, sbt-git, sbt-pgp, and sbt-sonatype, which in turn were created by dwijnand, jsuereth, and xerial respectively.
sbt 2.x migration
Cross building of sbt-ci-release to sbt 2.x was implemented by @eed3si9n in #321. This combines the ongoing effort of the upstream plugin migrations:
- https://github.com/sbt/sbt-dynver/releases/tag/v5.1.0 migrated by @xuwei-k and @eed3si9n
- https://github.com/sbt/sbt-git/releases/tag/v2.1.0, migrated by @BillyAutrey and @xuwei-k
- https://github.com/sbt/sbt-pgp/releases/tag/v2.3.0, migrated by @xuwei-k and @eed3si9n
- https://github.com/xerial/sbt-sonatype/releases/tag/v3.12.0, migrated by @xuwei-k
behind the scene
- Update sbt-pgp to 2.3.0 by @scala-steward in #312
- Update sbt-sonatype to 3.12.0 by @scala-steward in #317
- Update sbt-git to 2.1.0 by @scala-steward in #316
- Update sbt-sonatype to 3.12.2 by @scala-steward in #320
- ci: Fixes CI by adding
sbt/setup-sbt@v1
by @SethTisue in #318
Full Changelog: v1.7.0...v1.8.0