Skip to content

Releases: sbt/sbt-ci-release

sbt-ci-release v1.2.1

03 Aug 09:17
Compare
Choose a tag to compare
  • #15 Fix a bug where a non-SNAPSHOT version could trigger a SNAPSHOT release causing "Failed: signature-staging, failureMessage:Missing Signature:" errors when closing a Sonatype staging repository. This bug happened when a git tag was pushed right after merging a branch into master.
  • #15 Use sonatypeRelease instead of sonatypeReleaseAll. This means sbt ci-release will fail in case there are multiple open staging repositories. In this case, users have to manually drop/release the staging repositories.
  • #15 support customizing the release invocations through the environment variables CI_RELEASE and CI_SNAPSHOT_RELEASE. They default to +publishSigned and +publish.

sbt-ci-release v1.1.2

14 Jun 13:12
4d6916f
Compare
Choose a tag to compare
  • #8 Disable publishArtifact.in(Test) and use isSnapshot.value

sbt-ci-release v1.1.1

14 Jun 11:17
2ab4909
Compare
Choose a tag to compare
  • #7 Fixes #6 by ensuring the setting dynverSonatypeSnapshots := true is always picked up

sbt-ci-release v1.1.0

12 Jun 11:54
19f001d
Compare
Choose a tag to compare
  • #5 by @2m, no more need to copy paste inScope(Global)(Seq(pgpPassphrase := ...))

sbt-ci-release v1.0.0

12 Jun 11:54
Compare
Choose a tag to compare

Identical release to v1.0.0-M1

sbt-ci-release

11 Jun 00:48
Compare
Choose a tag to compare
sbt-ci-release Pre-release
Pre-release

This is the first release of sbt-ci-release. Read the documentation here https://github.com/olafurpg/sbt-ci-release