ckipp01 / mill-ci-release

A Mill plugin to help making publishing to Sonatype from GitHub Actions easier.
Apache License 2.0
14 stars 6 forks source link

Support for Sonatype Central #117

Open nightscape opened 5 months ago

nightscape commented 5 months ago

It seems that Sonatype's Jira is being deprecated in favour of Sonatype Central. (docs) The intention is to make Sonatype Central the main/only way to publish artifacts. It would be great to be able to publish to Sonatype Central using mill-ci-release.

For SBT, there is a PR with the support for Sonatype Central API: https://github.com/xerial/sbt-sonatype/pull/474

If this is ok, I would create a PR that replicates the changes from this PR.

Andrapyre commented 5 months ago

@nightscape this will first require a PR in Mill. I've started that process here: https://github.com/com-lihaoyi/mill/pull/3130

ckipp01 commented 5 months ago

Hey, sorry for the delay in answering this. I have no issues supporting this. But yea, when it gets added in Mill, please do send in a pr!

carlosedp commented 3 months ago

Hi all.. #3130 has been merged and released on Mill 0.11.8. It would be nice to have mill-ci-release updated to support Sonatype Central.

DamianReeves commented 1 month ago

It should be noted releases are failing in this repo as it seems to be getting hit by something a few mill projects have been hit by which is that you need to switch your Sonatype authentication to a token