Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 286 Bytes

SNIPPETS.md

File metadata and controls

17 lines (15 loc) · 286 Bytes

Snippets

Release

  1. Update version
    ./mvnw versions:set -DnewVersion=<newVersion>
  2. Commit + Push
  3. Build
    ./mvnw clean package
  4. Upload assets
    ./mvnw -N github-release:release -Dpassword= -Dusername=<GitHubApiKey>