From 3d821722e17af1d0ad11b721d65dbba5300cfdbe Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 10 Oct 2023 16:30:43 +1100 Subject: [PATCH] Update feature toggle title [skip ci] because this isn't covered (and doesn't need to be). --- .github/release.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/release.yml b/.github/release.yml index 46ce902827..ce24912dc0 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -1,5 +1,7 @@ changelog: + # Categorise according to what an instance manager needs to know categories: + # Posted in advance for #instance-managers - title: "User-facing changes 👀" labels: - '*' @@ -9,15 +11,20 @@ changelog: - dependencies - feature toggled - technical changes only + - title: "API changes ⚠️" labels: - api changes - - title: "Features under construction 🚧" + + - title: "Experimental features for testing 🚧" # may be tested by instance managers labels: - feature toggled + + # Instance managers ignore below - title: "Technical changes 🛠️" labels: - technical changes only + - title: "Dependencies 📦" labels: - dependencies