From bd6f718befbe2a9036e285616889a05ff0f212f4 Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 11 Mar 2025 15:58:23 +1100 Subject: [PATCH] Add reminder to check for breaking changes [skip ci] --- .github/ISSUE_TEMPLATE/release.md | 1 + 1 file changed, 1 insertion(+) 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`