fix(*): Address issues identified in PR comments

This commit is contained in:
Josh Creek
2026-02-25 18:01:04 +00:00
parent c09089b777
commit b02cf604a3
2 changed files with 42 additions and 2 deletions
+38 -1
View File
@@ -38,7 +38,44 @@
]
}
],
"@semantic-release/release-notes-generator",
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits",
"presetConfig": {
"types": [
{
"type": "build",
"section": "Build"
},
{
"type": "chore",
"section": "Chores"
},
{
"type": "ci",
"section": "CI"
},
{
"type": "docs",
"section": "Docs"
},
{
"type": "refactor",
"section": "Refactors"
},
{
"type": "style",
"section": "Style"
},
{
"type": "test",
"section": "Tests"
}
]
}
}
],
"@semantic-release/github"
]
}