Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 491 Bytes

File metadata and controls

15 lines (10 loc) · 491 Bytes

java

build

A CLI that releases Java libraries.

Essentially a wrapper around mvn release:prepare, but also takes care of generating the changelog with git-cliff.

Additional points:

  • Ensures the code is on the latest version and the master branch
  • Ensures the tag doesn't already exist
  • Validates the given versions are SemVer
  • Non-interactive