-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: migrate release-please config to file for v4
- Loading branch information
1 parent
35af3fa
commit 1b7501a
Showing
2 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"changelog-sections":[ | ||
{ | ||
"type":"feat", | ||
"section":"Features", | ||
"hidden":false | ||
}, | ||
{ | ||
"type":"fix", | ||
"section":"Bug Fixes", | ||
"hidden":false | ||
}, | ||
{ | ||
"type":"ci", | ||
"section":"CI / CD", | ||
"hidden":false | ||
}, | ||
{ | ||
"type":"test", | ||
"section":"Testing", | ||
"hidden":false | ||
}, | ||
{ | ||
"type":"refactor", | ||
"section":"Refactorings", | ||
"hidden":false | ||
}, | ||
{ | ||
"type":"chore", | ||
"section":"Miscellaneous", | ||
"hidden":false | ||
} | ||
] | ||
} |