Skip to content

Commit 49a8885

Browse files
authored
chore: standardize release-please changelog sections (#62)
Signed-off-by: Devin Buhl <devin@buhl.casa>
1 parent 8485320 commit 49a8885

1 file changed

Lines changed: 52 additions & 15 deletions

File tree

release-please-config.json

Lines changed: 52 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,68 @@
88
"changelog-path": "CHANGELOG.md",
99
"release-type": "simple",
1010
"include-component-in-tag": true,
11-
"include-v-in-tag": false,
12-
"include-v-in-release-name": false,
11+
"include-v-in-tag": true,
12+
"include-v-in-release-name": true,
1313
"always-update": true
1414
},
1515
"actions/workflow-lint": {
1616
"component": "workflow-lint",
1717
"changelog-path": "CHANGELOG.md",
1818
"release-type": "simple",
1919
"include-component-in-tag": true,
20-
"include-v-in-tag": false,
21-
"include-v-in-release-name": false,
20+
"include-v-in-tag": true,
21+
"include-v-in-release-name": true,
2222
"always-update": true
2323
}
2424
},
2525
"changelog-sections": [
26-
{ "type": "feat", "section": "Features", "hidden": false },
27-
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
28-
{ "type": "perf", "section": "Performance Improvements", "hidden": false },
29-
{ "type": "revert", "section": "Reverts", "hidden": false },
30-
{ "type": "docs", "section": "Documentation", "hidden": true },
31-
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
32-
{ "type": "test", "section": "Tests", "hidden": true },
33-
{ "type": "build", "section": "Build System", "hidden": true },
34-
{ "type": "ci", "section": "Continuous Integration", "hidden": true },
35-
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true },
36-
{ "type": "deps", "section": "Dependencies", "hidden": true }
26+
{
27+
"type": "feat",
28+
"section": "Features"
29+
},
30+
{
31+
"type": "fix",
32+
"section": "Bug Fixes"
33+
},
34+
{
35+
"type": "perf",
36+
"section": "Performance Improvements"
37+
},
38+
{
39+
"type": "refactor",
40+
"section": "Code Refactoring"
41+
},
42+
{
43+
"type": "revert",
44+
"section": "Reverts"
45+
},
46+
{
47+
"type": "docs",
48+
"section": "Documentation"
49+
},
50+
{
51+
"type": "style",
52+
"section": "Styles"
53+
},
54+
{
55+
"type": "test",
56+
"section": "Tests"
57+
},
58+
{
59+
"type": "build",
60+
"section": "Build System"
61+
},
62+
{
63+
"type": "ci",
64+
"section": "Continuous Integration"
65+
},
66+
{
67+
"type": "chore",
68+
"section": "Miscellaneous Chores"
69+
},
70+
{
71+
"type": "deps",
72+
"section": "Dependencies"
73+
}
3774
]
3875
}

0 commit comments

Comments
 (0)