Skip to content

Commit 834f342

Browse files
locus313Copilot
andauthored
chore: make refactor commits visible in Release Please changelog (#44)
* chore: make refactor commits visible in Release Please changelog Internal cleanup and simplification deserve a patch release. Moved 'refactor' from hidden Miscellaneous to a visible 'Code Refactoring' section so cleanup PRs trigger release PRs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: update refactor commit type to show patch bump in changelog refactor: is now visible in Release Please (section: Code Refactoring) and triggers a patch version bump. Update the commit convention tables in AGENTS.md and copilot-instructions.md to reflect this. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 16fe695 commit 834f342

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ All commits **must** follow [Conventional Commits](https://www.conventionalcommi
267267
| `docs:` | patch bump (visible) | `docs: update GitHub Actions examples in README` |
268268
| `chore:` | no bump (hidden) | `chore: update actions/checkout to v7` |
269269
| `ci:` | no bump (hidden) | `ci: pin release-please-action SHA` |
270-
| `refactor:` | no bump (hidden) | `refactor: extract pagination helper` |
270+
| `refactor:` | patch | `refactor: extract pagination helper` |
271271

272272
### Variable Naming Conventions
273273
- `GITHUB_TOKEN` — main admin token

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ All commits **must** follow [Conventional Commits](https://www.conventionalcommi
261261
| `feat!:` / `BREAKING CHANGE:` | major ||
262262
| `chore:` | none | hidden |
263263
| `ci:` | none | hidden |
264-
| `refactor:` | none | hidden |
264+
| `refactor:` | patch | Code Refactoring |
265265
| `test:` | none | hidden |
266266

267267
---

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{"type": "deps", "section": "Dependencies"},
1717
{"type": "chore", "section": "Miscellaneous", "hidden": true},
1818
{"type": "style", "section": "Miscellaneous", "hidden": true},
19-
{"type": "refactor", "section": "Miscellaneous", "hidden": true},
19+
{"type": "refactor", "section": "Code Refactoring"},
2020
{"type": "test", "section": "Miscellaneous", "hidden": true},
2121
{"type": "build", "section": "Miscellaneous", "hidden": true},
2222
{"type": "ci", "section": "Miscellaneous", "hidden": true}

0 commit comments

Comments
 (0)