All Versions
16
Latest Version
Avg Release Cycle
57 days
Latest Release
1503 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.2.6
April 08, 2019 -
v1.2.5
February 22, 2019 -
v1.2.4
February 22, 2019 -
v1.2.3 Changes
February 13, 2019- ๐ #32 Update sbt-dynver dependency, by @scala-steward
-
v1.2.2 Changes
September 05, 2018- ๐ #19 Allow overwrite = true when publishing
-
v1.2.1 Changes
August 03, 2018- ๐ #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
.