Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 531 Bytes

File metadata and controls

11 lines (8 loc) · 531 Bytes

Release process

This project uses the Maven Release Plugin and GitHub Actions to create releases.
Just run mvn release:prepare release:perform && git push in the root to select the version to be released and create a VCS tag.

GitHub Actions will start the build process.

If successful, the build will be automatically published to Github Packages.