feat(commands): add option to change unreleased change title

This commit is contained in:
2023-12-16 17:43:22 +02:00
parent 8e460614f5
commit 1e8bfd04dc
2 changed files with 9 additions and 3 deletions

View File

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