1
0
mirror of synced 2025-11-06 04:30:40 +08:00
Files
Mergely/git-conventional-commits.json
2023-08-27 11:50:00 +01:00

45 lines
950 B
JSON

{
"convention" : {
"commitTypes": [
"build",
"chore",
"ci",
"feat",
"fix",
"docs",
"feat",
"fix",
"style",
"refactor",
"perf",
"test",
"merge"
],
"commitScopes": [],
"releaseTagGlobPattern": "v[0-9].*",
"issueRegexPattern": "(^|\\s)#\\d+(\\s|$)"
},
"changelog" : {
"commitTypes": [
"docs",
"feat",
"fix",
"perf",
"merge"
],
"commitIgnoreRegexPattern": "^WIP ",
"headlines": {
"feat": "Features",
"fix": "Bug Fixes",
"perf": "Performance Improvements",
"merge": "Merged Branches",
"breakingChange": "BREAKING CHANGES"
},
"commitUrl": "https://github.com/wickedest/Mergely/commit/%commit%",
"commitRangeUrl": "https://github.com/wickedest/Mergely/compare/%from%...%to%?diff=split",
"issueUrl": "https://github.com/wickedest/Mergely/issues/%issue%"
}
}