mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-31 06:31:41 +00:00
Mention breaking change labels
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user