Skip to content

Commit df76624

Browse files
authored
Merge pull request #1049 from LEDBrain/dev
chore(release-please): add Changelog sections
2 parents 8c726fd + 486b3b5 commit df76624

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

release-please-config.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,19 @@
1616
"section": "Miscellaneous",
1717
"hidden": false
1818
},
19-
{ "type": "ci", "section": "CI Changes", "hidden": false }
19+
{ "type": "ci", "section": "CI Changes", "hidden": false },
20+
{
21+
"type": "refactor",
22+
"section": "Refactored Code",
23+
"hidden": false
24+
},
25+
{
26+
"type": "docs",
27+
"section": "Documentation changes",
28+
"hidden": false
29+
},
30+
{ "type": "test", "section": "Test changes", "hidden": false },
31+
{ "type": "build", "section": "Build changes" }
2032
]
2133
}
2234
},

0 commit comments

Comments
 (0)