Skip to content

Commit

Permalink
feat: test VII
Browse files Browse the repository at this point in the history
BREAKING CHANGE: foo
  • Loading branch information
mgerlach committed Jun 5, 2023
1 parent 489d618 commit fce083a
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,54 @@
"type": "breaking",
"section": "Features"
},
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "perf",
"section": "Performance Improvements"
},
{
"type": "revert",
"section": "Reverts"
},
{
"type": "docs",
"section": "Documentation",
"hidden": true
},
{
"type": "style",
"section": "Styles",
"hidden": true
},
{
"type": "chore",
"section": "Bug fixes",
"hidden": false
},
{
"type": "refactor",
"section": "Code Refactoring"
},
{
"type": "test",
"section": "Tests",
"hidden": true
},
{
"type": "build",
"section": "Build System",
"hidden": true
},
{
"type": "ci",
"section": "Continuous Integration"
}
]
}
Expand Down

0 comments on commit fce083a

Please sign in to comment.