diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index 9e4a0fc526..8bf20f023a 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -13,6 +13,7 @@ assignees: '' - [ ] Include translations: `script/release/update_locales` - You need the [Transifex Client] installed on your local dev environement to run the script. - [ ] Increment version number: `git push upstream HEAD:refs/tags/vX.Y.Z` + Check for [minor or major breaking changes](https://github.com/openfoodfoundation/openfoodnetwork/pulls?q=label%3Abreaking-change%2Cmajor-breaking-change) - Major: if server changes are required (eg. provision with ofn-install) - Minor: larger change that is irreversible (eg. migration deleting data) - Patch: all others. Shortcut: `script/release/tag`