-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change by terraform in repo workflow config, Add git-conventional-com…
…mits.json
- Loading branch information
1 parent
fc791b7
commit 9f089b8
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"convention" : { | ||
"commitTypes": [ | ||
"feat", | ||
"fix", | ||
"perf", | ||
"refactor", | ||
"style", | ||
"test", | ||
"build", | ||
"ops", | ||
"docs", | ||
"merge", | ||
"chore" | ||
], | ||
"commitScopes": [], | ||
"releaseTagGlobPattern": "v[0-9]*.[0-9]*.[0-9]*", | ||
"issueRegexPattern": "(^|\\s)#\\d+(\\s|$)" | ||
}, | ||
"changelog" : { | ||
"commitTypes": [ | ||
"feat", | ||
"fix", | ||
"perf", | ||
"merge" | ||
], | ||
"includeInvalidCommits": true, | ||
"commitScopes": [], | ||
"commitIgnoreRegexPattern": "^WIP ", | ||
"headlines": { | ||
"feat": "Features", | ||
"fix": "Bug Fixes", | ||
"perf": "Performance Improvements", | ||
"merge": "Merged Branches", | ||
"breakingChange": "BREAKING CHANGES" | ||
}, | ||
"commitUrl": "https://github.com/ACCOUNT/REPOSITORY/commit/%commit%", | ||
"commitRangeUrl": "https://github.com/ACCOUNT/REPOSITORY/compare/%from%...%to%?diff=split", | ||
"issueUrl": "https://github.com/ACCOUNT/REPOSITORY/issues/%issue%" | ||
} | ||
} |