Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Release Process

Joe Harte edited this page Nov 17, 2020 · 2 revisions

Tagging and releasing builds is performed using the Nebula Release plugin, which in turn makes use of the Grgit plugin for Git/GitHub interaction. For information on GitHub authentication see here. Changes are only ever delivered to the main branch.

Candidate Builds

Tag a candidate build by running ./gradlew candidate in the Git repository. Ensure that all required commits have been pushed to origin before running this command. To authenticate, export GRGIT_USER and GRGIT_PASS with your GitHub username and password, respectively.

Clone this wiki locally