Skip to content

Release build

Julian Pistorius edited this page Aug 25, 2022 · 4 revisions
  1. Delete Release Build (with tag latest) on GitHub
  2. Reset latest tag
    git tag --force latest
  3. Push latest tag
    git push --tags --force
  4. Go to Actions and ensure that build succeeds
  5. Download the JAR files and test that they work

(TODO: Add instructions for doing the above steps with a GitHub Codespace)

Clone this wiki locally