File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 59
59
- run : echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
60
60
# To help debug when lerna detects changes to the working tree and fails the publish
61
61
- run : git status
62
- - run : yarn run lerna :publish
62
+ - run : yarn run release :publish --no-verify-access
63
63
64
64
prepare-vsix :
65
65
docker :
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ for each package and automatically generate the changelog by adhering to [Conven
112
112
Performing a release requires push permissions to the repository.
113
113
114
114
- Ensure you are on ` master ` branch and synced with origin.
115
- - ` yarn run lerna :version `
115
+ - ` yarn run release :version `
116
116
- Follow the lerna CLI instructions.
117
117
- Track the ` RELEASE ` tag build on circle-ci.
118
118
- https://circleci.com/gh/SAP/xml-tools .
Original file line number Diff line number Diff line change 11
11
]
12
12
},
13
13
"scripts" : {
14
- "lerna :version" : " lerna version && yarn run cirlce: release" ,
15
- "cirlce: release" : " node ./scripts/trigger-release" ,
16
- "lerna :publish" : " lerna publish from-git --yes" ,
14
+ "release :version" : " lerna version && yarn run release:trigger " ,
15
+ "release:trigger " : " node ./scripts/trigger-release" ,
16
+ "release :publish" : " lerna publish from-git --yes" ,
17
17
"ci" : " npm-run-all format:validate lint:validate ci:subpackages coverage:merge legal:*" ,
18
18
"format:fix" : " prettier --write --ignore-path .gitignore \" **/*.@(ts|js|json|md)\" " ,
19
19
"format:validate" : " prettier --check --ignore-path .gitignore \" **/*.@(ts|js|json|md)\" " ,
You can’t perform that action at this time.
0 commit comments