UNPKG

glu-cli

Version:

Git stacked branch management with GitHub integration

31 lines 663 B
export const defaultConfig = { branchPrefix: "", defaultBranchFormat: "{prefix}{message}", conventionalCommits: { stripPrefixes: [ "feat:", "feat(", "fix:", "fix(", "docs:", "docs(", "style:", "style(", "refactor:", "refactor(", "test:", "test(", "chore:", "chore(", ], }, remote: { name: "origin", autoCreatePR: true, }, formatting: { maxBranchLength: 50, separator: "-", }, }; //# sourceMappingURL=defaults.js.map