Skip to content

Releases: sbt/sbt-ci-release

1.12.0

Choose a tag to compare

@eed3si9n eed3si9n released this 06 Jul 22:01
v1.12.0
2c5666e

updates

behind the scenes

new contributors

Full Changelog: v1.11.2...v1.12.0

1.11.2

Choose a tag to compare

@eed3si9n eed3si9n released this 17 Aug 06:14
v1.11.2
0830017

sbt-ci-release 1.11.2 is cross published to:

sbt Version Published
1.x
2.x

about sbt-ci-release

sbt-ci-release is an sbt plugin, originally created by @olafurpg in 2018, to automate releases to the Central Repo from GitHub Actions by composing three existing sbt plugins sbt-dynver, sbt-git, and sbt-pgp, which in turn were created by dwijnand and jsuereth.

update

behind the scene

Full Changelog: v1.11.1...v1.11.2

1.11.1

Choose a tag to compare

@eed3si9n eed3si9n released this 02 Jun 01:30
v1.11.1
13e77c7

updates

  • fix: Fixes SNAPSHOT publishing to run +publish, as opposed to publish by @eed3si9n in #381

behind the scene

new contributors

Full Changelog: v1.11.0...v1.11.1

1.11.0

Choose a tag to compare

@eed3si9n eed3si9n released this 24 May 07:54
v1.11.0

breaking change: Central Portal support

sbt-ci-release 1.11.0 defaults to publishing to the Central Portal using sbt 1.11.0 since the Legacy OSSRH endpoint is planned to be sunset on June 30th 2025. Additionally, ThisBuild / sbtPluginPublishLegacyMavenStyle := false is included since the Central Portal no longer supports POM inconsistent layout.

This was implemented by @eed3si9n in #365 / #368 / #370

How to publish to Legacy OSSRH

Until June 2025, either use sbt-ci-release 1.9.3, or the following configuration to publish to the Legacy OSSRH endpoint.

  1. Add sbt-sonatype 3.12.2 to project/plugins.sbt
  2. Add publishTo := sonatypePublishToBundle.value to build.sbt
  3. Change CI_SONATYPE_RELEASE environment variable to sonatypeBundleRelease in the GitHub Actions

behind the scene

Full Changelog: v1.9.3...v1.11.0

1.11.0-RC3

1.11.0-RC3 Pre-release
Pre-release

Choose a tag to compare

@eed3si9n eed3si9n released this 21 May 03:56
v1.11.0-RC3
dcff5be

breaking change: Central Portal support

sbt-ci-release 1.11.0-RC3 defaults to publishing to the Central Portal using sbt 1.11.0-RC2 since the Legacy OSSRH endpoint is planned to be sunset on June 30th 2025. This was implemented by @eed3si9n in #365

changes since 1.11.0-RC2

  • fix: Fixes SNAPSHOT publishing in #368

How to publish to Legacy OSSRH

Until June 2025, either use sbt-ci-release 1.9.3, or the following configuration to publish to the Legacy OSSRH endpoint.

  1. Add sbt-sonatype 3.12.2 to project/plugins.sbt
  2. Add publishTo := sonatypePublishToBundle.value to build.sbt
  3. Change CI_SONATYPE_RELEASE environment variable to sonatypeBundleRelease in the GitHub Actions

behind the scene

Full Changelog: v1.9.3...v1.11.0-RC2

1.11.0-RC2

1.11.0-RC2 Pre-release
Pre-release

Choose a tag to compare

@eed3si9n eed3si9n released this 18 May 20:49
v1.11.0-RC2
422b8d7

breaking change: Central Portal support

sbt-ci-release 1.11.0-RC2 defaults to publishing to the Central Portal using sbt 1.11.0-RC2 since the Legacy OSSRH endpoint is planned to be sunset on June 30th 2025. This was implemented by @eed3si9n in #365

How to publish to Legacy OSSRH

Until June 2025, either use sbt-ci-release 1.9.3, or the following configuration to publish to the Legacy OSSRH endpoint.

  1. Add sbt-sonatype 3.12.2 to project/plugins.sbt
  2. Add publishTo := sonatypePublishToBundle.value to build.sbt
  3. Change CI_SONATYPE_RELEASE environment variable to sonatypeBundleRelease in the GitHub Actions

behind the scene

Full Changelog: v1.9.3...v1.11.0-RC2

1.11.0-RC1

1.11.0-RC1 Pre-release
Pre-release

Choose a tag to compare

@eed3si9n eed3si9n released this 18 May 06:59
v1.11.0-RC1
ed0f232

breaking change: Central Portal support

sbt-ci-release 1.11.0-RC1 defaults to publishing to the Central Portal using sbt 1.11.0-RC1 since the Legacy OSSRH endpoint is planned to be sunset on June 30th 2025. This was implemented by @eed3si9n in #365

How to publish to Legacy OSSRH

Until June 2025, either use sbt-ci-release 1.9.3, or the following configuration to publish to the Legacy OSSRH endpoint.

  1. Add sbt-sonatype 3.12.2 to project/plugins.sbt
  2. Add publishTo := sonatypePublishToBundle.value to build.sbt
  3. Change CI_SONATYPE_RELEASE environment variable to sonatypeBundleRelease in the GitHub Actions

behind the scene

Full Changelog: v1.9.3...v1.11.0-RC1

1.9.3

Choose a tag to compare

@eed3si9n eed3si9n released this 12 Mar 03:45
v1.9.3
8f89fa5

updates and fixes

  • fix: Fix tag-based publishing accidentally dropping sbt-dynver suffix @eed3si9n in #358

behind the scene

Full Changelog: v1.9.2...v1.9.3

1.9.2

Choose a tag to compare

@github-actions github-actions released this 19 Dec 04:59
v1.9.2
dbe7ff5

bug fix

  • fix: Fixes back publishing by making version available to both ThisBuild and projects by @eed3si9n in #339

Full Changelog: v1.9.1...v1.9.2

1.9.1

1.9.1 Pre-release
Pre-release

Choose a tag to compare

@eed3si9n eed3si9n released this 19 Dec 03:51
v1.9.1
2e4008e

sbt-ci-release 1.9.1 is cross published to:

sbt Version Published
1.x
2.0.0-M2

bug fix

  • fix: Fix back publishing by scoping version to project by @eed3si9n in #338

behind the scene

new contributors

Full Changelog: v1.9.0...v1.9.1