Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 330 Bytes

RELEASE.md

File metadata and controls

12 lines (8 loc) · 330 Bytes

Release to Maven Central

Automatic library release and documentation release added to the project.

All of the commits merged to the master branch will go to the sonatype snapshot repository, as a version.

All of the tags pushed will go to the sonatype releases.

git tag -a v0.1.0 -m "v0.1.0"
git push origin v0.1.0