refactor: update stand branches and support dot file
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
let lib;
|
||||
|
||||
// TODO: read from .git-utilities
|
||||
function standard() {
|
||||
return ["master", "release"];
|
||||
return ["master", "release", "main", "develop"];
|
||||
}
|
||||
|
||||
function isStandard(b) {
|
||||
|
||||
Reference in New Issue
Block a user