fix(commands): allow chore type (#7)

allow chore type to permit validate subcommand usage together with release subcommand
This commit is contained in:
2023-08-23 22:43:23 +03:00
parent 92f8126abf
commit 53bb1437a0
2 changed files with 6 additions and 1 deletions

9
.rczrc.json Normal file
View File

@@ -0,0 +1,9 @@
{
"scopes": [
"commands",
"changelog",
"readme",
"release",
"config"
]
}