Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 479 Bytes

Release.md

File metadata and controls

5 lines (5 loc) · 479 Bytes

How To Release

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