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

@@ -3,6 +3,8 @@ import { DefaultLogFields, ListLogLine } from "simple-git";
export interface Config {
types?: Array<Type>;
scopes?: Array<string>;
autoSignCommits?: boolean;
autoSignReleases?: boolean;
}
export interface Type {