feat(config): add auto-signing options

This commit is contained in:
2023-12-16 14:37:47 +02:00
parent 498c830e34
commit c80d763259
4 changed files with 14 additions and 7 deletions

View File

@@ -34,6 +34,8 @@ You can create an `.rczrc`, `.rczrc.json` or `rcz.config.json` file in your root
"value": "chore",
"hint": "a routine action"
}
]
],
"autoSignCommits": false,
"autoSignReleases": true
}
```