ci: allow merge type

This commit is contained in:
Jamie Peabody
2021-11-21 13:56:30 +00:00
parent b930b8bbd6
commit dfdba3c020

View File

@@ -8,7 +8,8 @@
"style", "style",
"refactor", "refactor",
"perf", "perf",
"test" "test",
"merge"
], ],
"commitScopes": [], "commitScopes": [],
"releaseTagGlobPattern": "v[0-9].*", "releaseTagGlobPattern": "v[0-9].*",