Backend: Update Github action [Do not merge until dependencies are done] #3161
+444
−4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Draft until we work out how releases will work as they changelog format for those may need to change
Dependencies
These need to be done before its merged [Requires hannibal/jani]
MODRINTH_TOKEN
which is the modrinth token for the skyhanni project on modrinthDISCORD_WEBHOOK_PRE_UPDATE
which is the webhook url for the discord channel#hanni-predicting-the-next-sh-update
What
Adds github actions that helps with making releases of the mod.
This reduces some of the time it takes for hannibal to do releases.
It will also be important once we have multiversion as it will speed that process up a lot
How to use and what it does
/gradlew prepareRelease -Pver=X.X.X
where ver is equal to the version you want to release.#hanni-predicting-the-next-sh-update
Notes:
./gradlew generateChangelog
. This allows anyone to see what the changelog will look like at any timeChangelog Technical Details
./gradlew generateChangelog
. - CalMWolfs