mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:15:49 +00:00
Delete changelog-ci-config.json
This commit is contained in:
parent
af3bc4c144
commit
77fd3a51fc
1 changed files with 0 additions and 25 deletions
25
.github/workflows/changelog-ci-config.json
vendored
25
.github/workflows/changelog-ci-config.json
vendored
|
@ -1,25 +0,0 @@
|
||||||
{
|
|
||||||
"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