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
- Host: GitHub
- URL: https://github.com/sake92/mill-sonatype-central-portal-example
- Owner: sake92
- License: mit
- Created: 2025-04-02T13:42:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T15:06:43.000Z (over 1 year ago)
- Last Synced: 2025-04-02T15:25:36.750Z (over 1 year ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```