Skip to content

Commit 1fc0528

Browse files
committed
chore: Update release-please config
- Customize release-please PR header - Update the release notes section, including hiding chores
1 parent eb0ec36 commit 1fc0528

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

release-please-config.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"release-type": "simple",
44
"include-component-in-tag": true,
55
"include-v-in-tag": false,
6+
"pull-request-header": "Auto-generated release PR: merge to trigger a release",
67
"changelog-path": "docs/history.md",
78
"packages": {
89
"src/Google.Cloud.Functions.Framework": {
@@ -26,6 +27,43 @@
2627
"component": "Google.Cloud.Functions.Testing"
2728
}
2829
},
30+
"changelog-sections": [
31+
{
32+
"type": "feat",
33+
"section": "Features",
34+
"hidden": false
35+
},
36+
{
37+
"type": "fix",
38+
"section": "Bug Fixes",
39+
"hidden": false
40+
},
41+
{
42+
"type": "docs",
43+
"section": "Documentation",
44+
"hidden": false
45+
},
46+
{
47+
"type": "deps",
48+
"section": "Dependencies",
49+
"hidden": false
50+
},
51+
{
52+
"type": "refactor",
53+
"section": "Refactoring",
54+
"hidden": true
55+
},
56+
{
57+
"type": "tests",
58+
"section": "Tests",
59+
"hidden": true
60+
},
61+
{
62+
"type": "chore",
63+
"section": "Miscellaneous chores",
64+
"hidden": true
65+
}
66+
],
2967
"plugins": [
3068
{
3169
"type": "linked-versions",

0 commit comments

Comments
 (0)