Sonia Conventional Changelog for Semantic Release
Statistics:
Based on conventional-changelog-angular.
You can define which type of commit should appear in your changelog.
To do that, pass the types
option to the presetConfig
with the list of commit types.
Example:
[
"@semantic-release/release-notes-generator",
{
"config": "@sonia-corporation/conventional-changelog",
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"]
},
"writerOpts": {
"commitsSort": ["subject", "scope"],
"owner": "C0ZEN"
},
"linkCompare": true,
"linkReferences": true,
"includeDetails": true,
"commit": "commit",
"issue": "issues",
"presetConfig": {
"types": ["feat", "fix", "perf", "docs", "revert"]
}
}
],
Check out the contributing file before helping us.
This project is licensed under the MIT License - see the license for details.
Thanks goes to these wonderful people (emoji key):
Geoffrey 'C0ZEN' Testelin š» šØ š š¤ š š š§ š”ļø š š¬ š§ š |
All Contributors š š§ |
WhiteSource Renovate š§ š”ļø |
Semantic Release Bot š š§ š”ļø |
This project follows the all-contributors specification.
Contributions of any kind are welcome!