conventional-changelog custom preset.
Add the following to your project’s package.json
:
"release": {
"config": "@zazen/conventional-changelog",
"plugins": [
[
"@semantic-release/commit-analyzer",
{ "releaseRules": "@zazen/conventional-changelog/lib/release-rules.js" }
],
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogTitle":
"@zazen/conventional-changelog/lib/changelog-title.js"
}
],
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
}