Skip to content

Commit 9fb8249

Browse files
doomsporkclaude
andcommitted
config: enable release-please for chore and docs commits
Configure release-please to trigger release PRs for chore and docs commits, not just feat and fix. Add docs to changelog-sections and set versioning to always-bump-patch strategy since this is a documentation site where most changes are docs and chores. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 7da0e1a commit 9fb8249

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/release-please-config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,18 @@
1111
"section": "Bug Fixes",
1212
"hidden": false
1313
},
14+
{
15+
"type": "docs",
16+
"section": "Documentation",
17+
"hidden": false
18+
},
1419
{
1520
"type": "chore",
1621
"section": "Miscellaneous",
1722
"hidden": false
1823
}
1924
],
25+
"versioning": "always-bump-patch",
2026
"draft": false,
2127
"draft-pull-request": false,
2228
"packages": {

0 commit comments

Comments
 (0)