File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1010 "nextVersion" : " Unreleased"
1111 },
1212 "command" : {
13+ "version" : {
14+ "allowBranch" : [" master" , " next" ]
15+ },
1316 "publish" : {
14- "allowBranch" : [" main " , " next" ],
17+ "allowBranch" : [" master " , " next" ],
1518 "conventionalCommits" : true ,
1619 "message" : " chore(release): %s"
1720 }
Original file line number Diff line number Diff line change 1818 "prelerna:version" : " copyfiles README.md LICENSE packages/eslint-config-ns/" ,
1919 "test" : " FORCE_COLOR=1 lerna exec --stream -- yarn test" ,
2020 "test-app" : " FORCE_COLOR=1 lerna exec --stream --scope example-app* -- yarn test" ,
21- "lerna:version" : " lerna version --no-commit-hooks --no-changelog --no-push --no-git-tag-version --allow-branch \" next/* \" "
21+ "lerna:version" : " lerna version --no-commit-hooks --no-changelog --no-push"
2222 },
2323 "workspaces" : {
2424 "packages" : [
You can’t perform that action at this time.
0 commit comments