Update release notes with breaking:xxxx comments (#2418)

Generate release notes for breaking:xxxx commits
This commit is contained in:
Paul Pacheco 2020-11-11 12:22:07 -06:00 committed by GitHub
parent a50c9893e9
commit 22e72a55f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,12 @@
{"type": "feature", "release": "minor"},
]
}],
'@semantic-release/release-notes-generator',
['@semantic-release/release-notes-generator', {
"preset": "angular",
"releaseRules": [
{"type": "breaking", "release": "major"},
{"type": "feature", "release": "minor"},
]
}],
]
}