Skip to content

Commit f6bced3

Browse files
authored
chore: rename changelog-types to changelog-sections in release-please config (#72)
1 parent a5c4a46 commit f6bced3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
".": {
44
"release-type": "go",
55
"pull-request-title-pattern": "chore: release ${version}",
6-
"changelog-types": [
6+
"changelog-sections": [
77
{"type": "feat", "section": "Features", "hidden": false},
88
{"type": "fix", "section": "Bug Fixes", "hidden": false},
99
{"type": "chore", "section": "Miscellaneous", "hidden": false},

0 commit comments

Comments
 (0)