Use spaces in label names

The labels on GitHub have already been updated.

[skip ci]
This commit is contained in:
David Cook
2025-03-20 15:19:43 +11:00
parent 1d55c234a4
commit da3bd4eae9
2 changed files with 4 additions and 3 deletions

View File

@@ -13,7 +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)
Check for [minor or major breaking changes]
- 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`
@@ -57,3 +57,4 @@ The full process is described at https://github.com/openfoodfoundation/openfoodn
[Create issue]: https://github.com/openfoodfoundation/openfoodnetwork/issues/new?assignees=&labels=&projects=&template=release.md&title=Release
[#delivery-circle]: https://openfoodnetwork.slack.com/archives/C01T75H6G0Z
[Transifex Client]: https://developers.transifex.com/docs/cli
[minor or major breaking changes]: https://github.com/openfoodfoundation/openfoodnetwork/pulls?q=label%3A%22breaking+change%22%2C%22major+breaking+change%22

4
.github/release.yml vendored
View File

@@ -17,8 +17,8 @@ changelog:
# These will require a minor or major version increment
- title: "Significant changes 🚀"
labels:
- breaking-change
- major-breaking-change
- breaking change
- major breaking change
# Posted in advance for #instance-managers
- title: "User-facing changes 👀"