From ad94da975af2aabdb376eb4acc307b13757bf92f Mon Sep 17 00:00:00 2001 From: Konrad Date: Sat, 14 Sep 2024 21:30:54 +0200 Subject: [PATCH] Add hint about the required Transifex Client --- .github/ISSUE_TEMPLATE/release.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index 7ff900d243..acd5c4a60a 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -11,6 +11,7 @@ assignees: '' - [ ] Merge pull requests in the [Ready To Go] column - [ ] 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` - Major: if server changes are required (eg. provision with ofn-install) - Minor: larger change that is irreversible (eg. migration deleting data) @@ -53,3 +54,4 @@ The full process is described at https://github.com/openfoodfoundation/openfoodn [#global-community]: https://app.slack.com/client/T02G54U79/C59ADD8F2 [Create issue]: https://github.com/openfoodfoundation/openfoodnetwork/issues/new?assignees=&labels=&projects=&template=release.md&title=Release [#core-devs]: https://openfoodnetwork.slack.com/archives/GK2T38QPJ +[Transifex Client]: https://developers.transifex.com/docs/cli