Skip to content

Commit a59c940

Browse files
authored
Add build type to release-please config
1 parent 2637328 commit a59c940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.release-please/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
{ "type": "fix", "section": "Bug Fixes" },
1414
{ "type": "perf", "section": "Performance Improvements" },
1515
{ "type": "revert", "section": "Reverts" },
16+
{ "type": "build", "section": "Build System" },
1617
{ "type": "docs", "section": "Documentation", "hidden": true },
1718
{ "type": "style", "section": "Styles", "hidden": true },
1819
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true },
1920
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
2021
{ "type": "test", "section": "Tests", "hidden": true },
21-
{ "type": "build", "section": "Build System", "hidden": true },
2222
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
2323
],
2424
"prerelease": true

0 commit comments

Comments
 (0)