- Create a git tag using
git tag -a vX.Y.Z -m "vX.Y.Z" - Push the tag using
git push origin vX.Y.Z- Doing so will create a Github Action build for the
X.Y.Zrelease. - This Github Action builds the release, checks mima compatibility using the strictSemVer option, and then releases to Sonatype.
- Doing so will create a Github Action build for the