Skip to content

Commit

Permalink
chore: try to format release-please change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Aug 21, 2023
1 parent 16628ca commit 2b9e3f6
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"changelog-sections": [
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "feature",
"section": "Features"
},
{
"type": "fix",
"section": "Updates and Bug Fixes",
"hidden": false
},
{
"type": "perf",
"section": "Performance Improvements"
},
{
"type": "ci",
"section": "Continuous Integration",
"hidden": true
},
{
"type": "chore",
"section": "Miscellaneous",
"hidden": true
},
{
"type": "revert",
"section": "Reverts"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "refactor",
"section": "Code Refactoring",
"hidden": true
},
{
"type": "test",
"section": "Tests",
"hidden": true
},
{
"type": "build",
"section": "Build System",
"hidden": true
},
{
"type": "",
"section": "Changes",
"hidden": true
}
],
"packages": {
".": {}
}
}

0 comments on commit 2b9e3f6

Please sign in to comment.