Skip to content

Commit

Permalink
fix: test VI
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerlach committed Jun 5, 2023
1 parent 9ceee16 commit 489d618
Showing 1 changed file with 1 addition and 41 deletions.
42 changes: 1 addition & 41 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,53 +26,13 @@
"presetConfig": {
"types": [
{
"type": "feat",
"type": "breaking",
"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 489d618

Please sign in to comment.