Skip to content

Commit 182e554

Browse files
authored
chore: update MAINTAINER.md to check PR version label (#460)
## Description Update MAINTAINER.md to include a check of the version label on the PRs ## Type of Change - [ ] New module - [ ] Bug fix - [ ] Feature/enhancement - [x] Documentation - [ ] Other
1 parent d057a82 commit 182e554

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MAINTAINER.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Check that PRs have:
2323
- [ ] Working tests (`terraform test`)
2424
- [ ] Formatted code (`bun run fmt`)
2525
- [ ] Avatar image for new namespaces (`avatar.png` or `avatar.svg` in `.images/`)
26+
- [ ] Version label: `version:patch`, `version:minor`, or `version:major`
2627

2728
### Version Guidelines
2829

@@ -32,7 +33,8 @@ When reviewing PRs, ensure the version change follows semantic versioning:
3233
- **Minor** (1.2.3 → 1.3.0): New features, adding inputs
3334
- **Major** (1.2.3 → 2.0.0): Breaking changes (removing inputs, changing types)
3435

35-
PRs should clearly indicate the version change (e.g., `v1.2.3 → v1.2.4`).
36+
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`.
37+
The “Version Bump” CI uses this label to validate required updates (README version refs, etc.).
3638

3739
### Validate READMEs
3840

0 commit comments

Comments
 (0)