Skip to content

Commit

Permalink
refactor: ♻️ add presetConfig for release-notes-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherStranger committed Jun 12, 2023
1 parent 9af1937 commit cf96bec
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,20 @@
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits",
"presetConfig": {
"types": [
{ "type": "build", "section": "Build System", "hidden": false },
{ "type": "chore", "section": "Build System", "hidden": false },
{ "type": "ci", "section": "Continuous Integration", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "perf", "section": "Performance Improvements", "hidden": false },
{ "type": "refactor", "section": "Code Refactoring", "hidden": false },
{ "type": "style", "section": "Styles", "hidden": false },
{ "type": "test", "section": "Tests", "hidden": false }
]
},
"releaseRules": [
{
"type": "docs",
Expand Down

0 comments on commit cf96bec

Please sign in to comment.