Skip to content

Commit

Permalink
ci(changelog): include improvements as distinct section
Browse files Browse the repository at this point in the history
  • Loading branch information
Walheimat committed Sep 7, 2024
1 parent 934115e commit 2277bd3
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,20 @@
]
}
],
"@semantic-release/release-notes-generator",
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits",
"presetConfig": {
"types": [
{
"type": "improve",
"section": "Improvements"
}
]
}
}
],
[
"@semantic-release/exec",
{
Expand Down

0 comments on commit 2277bd3

Please sign in to comment.