Skip to content

Commit df92c06

Browse files
chore: do not use version, but bump
seems lerna gets confused and will call version recursively.
1 parent 7730d98 commit df92c06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/dev_release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ git pull origin main
4848
git reset --hard origin/main
4949
git clean -fdx
5050
yarn install
51-
yarn version
51+
yarn run bump
5252
# Check the latest commit to make sure it is correct
5353
yarn publish
5454
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"sort-package-json": "lerna exec --stream --parallel sort-package-json && sort-package-json",
3030
"update-dependency": "update-dependency --lerna",
3131
"updated": "lerna updated",
32-
"version": "yarn clean && yarn build && lerna version --no-push -m \"Bump version\" ",
32+
"bump": "yarn clean && yarn build && lerna version --no-push -m \"Bump version\" ",
3333
"watch": "lerna run --stream watch"
3434
},
3535
"husky": {

0 commit comments

Comments
 (0)