From 1b8d046fda8ac240782464febf898cdbc61db611 Mon Sep 17 00:00:00 2001 From: Susana Cardoso Ferreira Date: Tue, 7 Oct 2025 09:32:51 +0000 Subject: [PATCH 1/2] chore: update MAINTAINER.md to include PR version label --- MAINTAINER.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MAINTAINER.md b/MAINTAINER.md index 7d80d2faf..d52d8e7e6 100644 --- a/MAINTAINER.md +++ b/MAINTAINER.md @@ -23,6 +23,7 @@ Check that PRs have: - [ ] Working tests (`terraform test`) - [ ] Formatted code (`bun run fmt`) - [ ] Avatar image for new namespaces (`avatar.png` or `avatar.svg` in `.images/`) +- [ ] Version label: `version:patch`, `version:minor`, or `version:major` ### Version Guidelines @@ -32,7 +33,8 @@ When reviewing PRs, ensure the version change follows semantic versioning: - **Minor** (1.2.3 → 1.3.0): New features, adding inputs - **Major** (1.2.3 → 2.0.0): Breaking changes (removing inputs, changing types) -PRs should clearly indicate the version change (e.g., `v1.2.3 → v1.2.4`). +PRs should clearly indicate the intended version change (e.g., v1.2.3 → v1.2.4) and include the appropriate label: `version:patch`, `version:minor`, or `version:major`. +The “Version Bump” CI uses this label to validate required updates (README version refs, etc.). ### Validate READMEs From 29fabda941f446f34494138bf8ca88bc33a13454 Mon Sep 17 00:00:00 2001 From: Susana Cardoso Ferreira Date: Tue, 7 Oct 2025 09:39:18 +0000 Subject: [PATCH 2/2] chore: minor fix --- MAINTAINER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINER.md b/MAINTAINER.md index d52d8e7e6..d37ea26d8 100644 --- a/MAINTAINER.md +++ b/MAINTAINER.md @@ -33,7 +33,7 @@ When reviewing PRs, ensure the version change follows semantic versioning: - **Minor** (1.2.3 → 1.3.0): New features, adding inputs - **Major** (1.2.3 → 2.0.0): Breaking changes (removing inputs, changing types) -PRs should clearly indicate the intended version change (e.g., v1.2.3 → v1.2.4) and include the appropriate label: `version:patch`, `version:minor`, or `version:major`. +PRs should clearly indicate the intended version change (e.g., `v1.2.3 → v1.2.4`) and include the appropriate label: `version:patch`, `version:minor`, or `version:major`. The “Version Bump” CI uses this label to validate required updates (README version refs, etc.). ### Validate READMEs