From e4ec015edb5017aba14d1a0b74ee4bd0563b86b5 Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 11 Mar 2025 15:38:11 +1100 Subject: [PATCH] Mention breaking change labels --- Releasing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```