compvis / .github /configurations /changelog-ci-config.json
Dexter's picture
Upload folder using huggingface_hub
36c95ba verified
raw
history blame contribute delete
732 Bytes
{
"comment_changelog": true,
"commit_changelog": false,
"group_config": [
{
"labels": [
"bug",
"bugfix"
],
"title": "Bug Fixes"
},
{
"labels": [
"improvements",
"enhancement"
],
"title": "Code Improvements"
},
{
"labels": [
"feature",
"feature request"
],
"title": "New Features"
},
{
"labels": [
"docs",
"documentation",
"doc"
],
"title": "Documentation Updates"
}
],
"header_prefix": "Version:",
"pull_request_title_regex": "^(?i:release)",
"version_regex": "v?([0-9]{1,2})[.]([0-9]{1,2})[.]([0-9]{1,2})\\s\\(\\d{1,2}-\\d{1,2}-\\d{4}\\)"
}