An open API service indexing awesome lists of open source software.

https://github.com/sake92/mill-sonatype-central-portal-example

Example of publishing a library through Sonatype Central Portal with Mill
https://github.com/sake92/mill-sonatype-central-portal-example

Last synced: about 1 year ago
JSON representation

Example of publishing a library through Sonatype Central Portal with Mill

Awesome Lists containing this project

README

          

# mill-sonatype-central-portal-example

Example of publishing a library through Sonatype Central Portal with Mill.

https://mill-build.org/mill/contrib/sonatypecentral.html

```shell
$VERSION="0.0.7-SNAPSHOT"
git commit --allow-empty -m "Release $VERSION"
git tag -a $VERSION -m "Release $VERSION"
git push --atomic origin main --tags
```