Skip to content

Commit 61ce259

Browse files
authored
chore: enhance release-please configuration with changelog sections and signoff details (#6)
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
1 parent de039bf commit 61ce259

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/release-please-config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"changelog-sections": [
4+
{ "type": "feat", "section": "Features", "hidden": false },
5+
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
6+
{ "type": "chore", "section": "Miscellaneous", "hidden": true }
7+
],
8+
"plugins": [{ "type": "sentence-case" }],
9+
"signoff": "Straw Hat Team Bot <61149376+sht-bot@users.noreply.github.com>",
310
"packages": {
411
".": {
512
"release-type": "simple",
613
"bump-minor-pre-major": true,
714
"bump-patch-for-minor-pre-major": false,
815
"draft": false,
16+
"draft-pull-request": false,
917
"prerelease": false,
1018
"changelog-path": "CHANGELOG.md",
1119
"include-component-in-tag": false,

0 commit comments

Comments
 (0)