feat(config): allow RCZ configs to be located in a folder (#15)

This commit is contained in:
2023-12-17 18:19:09 +02:00
parent 4de93ef3e2
commit d707aaffe6
4 changed files with 46 additions and 10 deletions

4
.rcz/config.json Normal file
View File

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