Open nstephenh opened 1 year ago
/release Re-release of the first edition of Horus Heresy. This edition is not expected to receive any updates and is mostly just to remove these files from the main repo, used for 2.0
Workflow run Created release: v1.0.0 Re-release of the first edition of Horus Heresy. This edition is not expected to receive any updates and is mostly just to remove these files from the main repo, used for 2.0
Data Developers - Please use this issue to push new releases if doing so via comment.
Explainer Create an issue comment that starts with /release on the first line. Second (non-empty) line will be used as a release title/name. All following lines will be interpreted as a release description/body. Description (even if empty) will always be appended with a comparison link to the previous release, unless there is no previous release. How to Add a comment with one of the following to push a release:
For a standard release: given latest release v1.0,0 will create a release v1.0.1 (increases patch)
/release PUT THE TITLE HERE (This is title of v1.0.1)
For a New Book / Big FAQ initial releases (game-wide updates): given latest release v1.0,0 will create a release v1.1.0 (increases minor, resets patch)
/release bump=minor PUT THE TITLE HERE (This is title of v1.1.0)
For a new game edition: given latest release v1.0,0 will create a release v2.0.0 (increases major, resets minor and patch)
/release bump=major PUT THE TITLE HERE (This is title of v2.0.0)