Skip to content

v0.1.3

Compare
Choose a tag to compare
@ckipp01 ckipp01 released this 02 Nov 08:23
· 191 commits to main since this release
c1cf0b5

Couple notable changes this release to be aware of.

Firstly, I've introduced a new sonatypeHost setting that can be used in the following way:

+ import io.kipp.mill.ci.release.SonatypeHost

- override def sonatypeUri = "https://s01.oss.sonatype.org/service/local"
- override def sonatypeSnapshotUri =
-   "https://s01.oss.sonatype.org/content/repositories/snapshots"
+ override def sonatypeHost = Some(SonatypeHost.s01)

This will the automatically set the correct sonatypeUri and sonatypeSnapshotUri for you. If you're still using the defaults for these, then no change is necessary.

Secondly, Sonatype will silently fail on you if you don't have a license set or a developer in your PomSettings. There are now some extra checks for this ensuring you don't get confusing failures with no reasons.

What's Changed

Full Changelog: v0.1.2...v0.1.3