Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 590 Bytes

REALEASING.md

File metadata and controls

8 lines (8 loc) · 590 Bytes
  1. Bump the version in gradle.properties, scripts/install and the project Readme
    1. TODO replace this with a sed oneliner
  2. If it's a stable release, run ./gradlew assemble signArchives
  3. Run ./gradlew publish to push the jars to Maven Central
    1. If it's a stable release, you'll also need to go the dashboard and promote it
  4. Run scripts/release
    1. This will create a shadow JAR kales-x.y.z.zip on the project root directory
  5. Upload release to GitHub, make sure the version tag matches exactly the vesion in gradle.properties