Skip to content

Commit 29ff4bf

Browse files
chore: Override PHP default changelog sections (#32)
1 parent 5e9234c commit 29ff4bf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

release-please-config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"versioning": "default",
77
"include-v-in-tag": false,
88
"include-component-in-tag": false,
9+
"changelog-sections": [
10+
{"type": "feat", "section": "Features"},
11+
{"type": "fix", "section": "Bug Fixes"}
12+
],
913
"extra-files": [
1014
".github/actions/build-docs/action.yml"
1115
]

0 commit comments

Comments
 (0)