Snapshot releases are automatically published when there is new push to master branch.
To make staging release, follow the steps:
- Update the
CHANGELOG.md
for the impending release. - Make sure the
README.md
is up to date. git commit -am "Prepare for release X.Y.Z."
(where X.Y.Z is the new version)git tag -a X.Y.Z -m "Version X.Y.Z"
(where X.Y.Z is the new version)git push && git push --tags
- Visit Sonatype Nexus and promote the artifact.