Skip to content

Commit 3fd691f

Browse files
chore: Change order for release message (#4103)
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
1 parent 4ff1328 commit 3fd691f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

β€Ž.github/release-please/release-please-config.jsonβ€Ž

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,25 @@
77
"tag-separator": "/",
88
"commit-search-depth": 400,
99
"changelog-sections": [
10-
{
11-
"type": "fix",
12-
"section": "πŸ› Bug Fixes"
13-
},
1410
{
1511
"type": "feat",
1612
"section": "πŸš€ New Features"
1713
},
14+
{
15+
"type": "fix",
16+
"section": "πŸ› Bug Fixes"
17+
},
1818
{
1919
"type": "chore",
2020
"section": "πŸ”§ Chores"
2121
},
2222
{
2323
"type": "docs",
2424
"section": "πŸ“š Documentation"
25+
},
26+
{
27+
"type": "ci",
28+
"section": "βš™οΈ CI/CD"
2529
}
2630
],
2731
"packages": {

0 commit comments

Comments
Β (0)