Skip to content

Commit 5388aa8

Browse files
committed
chore: allow next branch to tag versions with lerna
1 parent 1ba7abf commit 5388aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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 \"feature/*\""
21+
"lerna:version": "lerna version --no-commit-hooks --no-changelog --no-push --no-git-tag-version --allow-branch \"next/*\""
2222
},
2323
"workspaces": {
2424
"packages": [

0 commit comments

Comments
 (0)