Mention breaking change labels

David Cook
2025-03-11 15:38:11 +11:00
parent 40c7850fcb
commit e4ec015edb

@@ -36,7 +36,7 @@ Download all current translations from Transifex with the [Transifex client](htt
git push upstream master
```
Also, as we're using GitHub Actions to manage deployments, we'll need to create a tag in advance, so testers can stage a release draft (before it is published):
Also, as we're using GitHub Actions to manage deployments, we'll need to create a tag in advance, so testers can stage a release draft (before it is published). If a PR has been [labelled as a breaking change](https://github.com/openfoodfoundation/openfoodnetwork/pulls?q=label%3Abreaking-change%2Cmajor-breaking-change), make sure to set the version number accordingly.
```
git push upstream HEAD:refs/tags/vX.Y.Z
```