Releases: sbt/sbt-ci-release
Releases · sbt/sbt-ci-release
sbt-ci-release v1.3.2
sbt-ci-release v1.3.1
- #60 Upgrade to sbt-sonatype v3.6
sbt-ci-release v1.3.0
- #59 Use sbt-sonatype v3.4 bundle releases to speed up publishing
sbt-ci-release v1.2.3
- #32 Update sbt-dynver dependency, by @scala-steward
sbt-ci-release v1.2.2
- #19 Allow overwrite = true when publishing
sbt-ci-release v1.2.1
- #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 ofsonatypeReleaseAll
. This meanssbt 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
andCI_SNAPSHOT_RELEASE
. They default to+publishSigned
and+publish
.
sbt-ci-release v1.1.2
- #8 Disable
publishArtifact.in(Test)
and useisSnapshot.value
sbt-ci-release v1.1.1
sbt-ci-release v1.1.0
sbt-ci-release v1.0.0
Identical release to v1.0.0-M1