Skip to content

Commit

Permalink
chore: release-please config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Dec 13, 2023
1 parent 882f04e commit 2327a47
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions .github/.config/release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,67 @@
{
"bootstrap-sha": "86d3256e4ee1c7b80f90a5ee92be4f3a8c176abc",
"changelog-sections": [
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes",
"hidden": false
},
{
"type": "perf",
"section": "Performance Improvements",
"hidden": false
},
{
"type": "deps",
"section": "Dependencies",
"hidden": false
},
{
"type": "revert",
"section": "Reverts",
"hidden": false
},
{
"type": "docs",
"section": "Documentation",
"hidden": false
},
{
"type": "style",
"section": "Styles",
"hidden": false
},
{
"type": "chore",
"section": "Miscellaneous Chores",
"hidden": false
},
{
"type": "refactor",
"section": "Code Refactoring",
"hidden": false
},
{
"type": "test",
"section": "Tests",
"hidden": false
},
{
"type": "build",
"section": "Build System",
"hidden": false
},
{
"type": "ci",
"section": "Continuous Integration",
"hidden": false
}
],
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
Expand Down

0 comments on commit 2327a47

Please sign in to comment.