Skip to content

Commit f73d2f1

Browse files
authored
chore: add lerna version bump script (#2932)
* chore: add lerna version bump script
1 parent df8ef52 commit f73d2f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"pretest:e2e": "yarn build:crypto-dependencies && lerna run --scope '@aws-sdk/{client-cloudformation,karma-credential-loader}' --include-dependencies build",
3030
"test:e2e": "node ./tests/e2e/index.js",
3131
"test:versions": "jest --config tests/versions/jest.config.js tests/versions/index.spec.ts",
32-
"local-publish": "node ./scripts/verdaccio-publish/index.js"
32+
"local-publish": "node ./scripts/verdaccio-publish/index.js",
33+
"lerna:version": "lerna version --exact --conventional-commits --no-push --no-git-tag-version --no-commit-hooks --loglevel silent --no-private --yes"
3334
},
3435
"repository": {
3536
"type": "git",

0 commit comments

Comments
 (0)