Skip to content

Commit 0028f8a

Browse files
authored
chore: change release-please config to include doc PRs (#141)
1 parent f03e7ec commit 0028f8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"changelog-sections": [
88
{ "type": "feat", "section": "Features" },
99
{ "type": "fix", "section": "Bug Fixes" },
10-
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": false }
10+
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": false },
11+
{ "type": "docs", "section": "Documentation", "hidden": false },
1112
],
1213
"packages": {
1314
"packages/toolbox-core": {

0 commit comments

Comments
 (0)