Skip to content

Commit 1ac2f33

Browse files
committed
chore(lerna): allow main branch for versioning
1 parent 08eb5d3 commit 1ac2f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"npmClientArgs": ["--no-package-lock"]
1313
},
1414
"version": {
15-
"allowBranch": ["master", "feature/*"]
15+
"allowBranch": ["main", "feature/*"]
1616
}
1717
},
1818
"ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**"],

0 commit comments

Comments
 (0)