feat(config): add auto-signing options
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user