Skip to content

Commit af3353c

Browse files
authored
chore: align release automation config (#53)
1 parent 97dc63b commit af3353c

2 files changed

Lines changed: 48 additions & 9 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,15 @@ updates:
1010
jackson:
1111
patterns:
1212
- "com.fasterxml.jackson*"
13-
commit-message:
14-
prefix: chore
15-
include: scope
1613
- package-ecosystem: "gomod"
1714
directory: "/codegen"
1815
schedule:
1916
interval: "weekly"
2017
cooldown:
2118
default-days: 7
22-
commit-message:
23-
prefix: chore
24-
include: scope
2519
- package-ecosystem: "github-actions"
2620
directory: "/"
2721
schedule:
2822
interval: "weekly"
2923
cooldown:
3024
default-days: 7
31-
commit-message:
32-
prefix: chore
33-
include: scope

release-please-config.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,54 @@
66
"extra-label": "release",
77
"bump-minor-pre-major": true,
88
"bump-patch-for-minor-pre-major": true,
9+
"changelog-sections": [
10+
{
11+
"type": "feat",
12+
"section": "Features"
13+
},
14+
{
15+
"type": "fix",
16+
"section": "Bug Fixes"
17+
},
18+
{
19+
"type": "perf",
20+
"section": "Performance Improvements"
21+
},
22+
{
23+
"type": "revert",
24+
"section": "Reverts"
25+
},
26+
{
27+
"type": "chore",
28+
"section": "Chores"
29+
},
30+
{
31+
"type": "docs",
32+
"section": "Documentation"
33+
},
34+
{
35+
"type": "style",
36+
"section": "Styles"
37+
},
38+
{
39+
"type": "refactor",
40+
"section": "Refactors"
41+
},
42+
{
43+
"type": "test",
44+
"section": "Tests",
45+
"hidden": true
46+
},
47+
{
48+
"type": "build",
49+
"section": "Build System & Dependencies"
50+
},
51+
{
52+
"type": "ci",
53+
"section": "Continuous Integration",
54+
"hidden": true
55+
}
56+
],
957
"packages": {
1058
".": {
1159
"release-type": "simple",

0 commit comments

Comments
 (0)