mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:15:49 +00:00
Create changelog-ci-config.json
This commit is contained in:
parent
77fd3a51fc
commit
c139f7327e
1 changed files with 25 additions and 0 deletions
25
changelog-ci-config.json
Normal file
25
changelog-ci-config.json
Normal 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"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue