diff --git a/Releasing.md b/Releasing.md index fca92a4..8bcb69d 100644 --- a/Releasing.md +++ b/Releasing.md @@ -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 ```