feat(config): allow more config file names

.rczrc.json and rcz.config.json can now be used as rcz configuration
This commit is contained in:
2023-08-22 17:28:21 +03:00
parent 56ad837b82
commit 5080d71fb8
3 changed files with 15 additions and 2 deletions

3
.rczrc
View File

@@ -3,6 +3,7 @@
"commands",
"changelog",
"readme",
"release"
"release",
"config"
]
}