Files
Firmament/docs/How to release.md
2023-12-31 17:26:35 +01:00

862 B

How to create a release

There is a release script to automate some of these actions.

  • Bump the version on gradle.properties
  • Create a tag with that same version (without v prefix, please)
  • Create a changelog based on git log --pretty='- %s' --grep '[no changelog]' --invert-grep --fixed-strings oldversion..newversion | tac, while filtering out commits that should not be in the changelog.
  • Upload to GitHub
  • Upload to Modrinth
  • Send a message in Discord
  • Send a message in the thread