Create changelog-ci-config.json

This commit is contained in:
dragos-mateescu-visma 2021-06-09 16:44:31 +03:00 committed by GitHub
parent 77fd3a51fc
commit c139f7327e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

25
changelog-ci-config.json Normal file
View file

@ -0,0 +1,25 @@
{
"changelog_type": "commit_message",
"header_prefix": "Version:",
"commit_changelog": true,
"comment_changelog": true,
"pull_request_title_regex": "^Release",
"group_config": [
{
"title": "Bug Fixes",
"labels": ["bug", "bugfix"]
},
{
"title": "Code Improvements",
"labels": ["improvements", "enhancement"]
},
{
"title": "New Features",
"labels": ["feature"]
},
{
"title": "Documentation Updates",
"labels": ["docs", "documentation", "doc"]
}
]
}