ci: added standard-version

This commit is contained in:
Jamie Peabody
2021-11-21 12:22:50 +00:00
parent aa4d934cdd
commit 0de9e87df8
5 changed files with 74 additions and 11 deletions

View File

@@ -1,18 +1,14 @@
{
"convention" : {
"commitTypes": [
"feat",
"fix",
"perf",
"refactor",
"style",
"test",
"build",
"ops",
"docs",
"chore",
"merge",
"revert"
"ci",
"docs",
"style",
"refactor",
"perf",
"test"
],
"commitScopes": [],
"releaseTagGlobPattern": "v[0-9].*",