Skip to content

Commit

Permalink
Add more categories to changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mansenfranzen committed Apr 22, 2024
1 parent afdec96 commit df7785a
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,41 @@
"type": "tests",
"section": "🔧 Testing",
"hidden": false
},
{
"type": "style",
"section": "💅 Code Style",
"hidden": false
},
{
"type": "refactor",
"section": "🔨 Refactoring",
"hidden": false
},
{
"type": "revert",
"section": "⏪ Reverts",
"hidden": false
},
{
"type": "internal",
"hidden": false,
"section": "🏠 Internal Changes"
},
{
"type": "deps",
"hidden": false,
"section": "⬆️ Dependency Updates"
},
{
"type": "security",
"hidden": false,
"section": "🔒 Security Fixes"
},
{
"type": "breaking",
"hidden": false,
"section": "💥 Breaking Changes"
}
],
"packages": {
Expand Down

0 comments on commit df7785a

Please sign in to comment.