Skip to content

Commit 6df6ab9

Browse files
chore: Make refactor commits visible in changelog
Release-please skips creating release PRs when all commits since the last release are hidden types. This makes refactor commits visible so they trigger releases and appear in changelogs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a2533ef commit 6df6ab9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{ "type": "feat", "section": "Features" },
2020
{ "type": "fix", "section": "Bug Fixes" },
2121
{ "type": "perf", "section": "Performance" },
22-
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
22+
{ "type": "refactor", "section": "Code Refactoring" },
2323
{ "type": "docs", "section": "Documentation", "hidden": true },
2424
{ "type": "chore", "section": "Miscellaneous", "hidden": true },
2525
{ "type": "test", "section": "Tests", "hidden": true },

0 commit comments

Comments
 (0)