Commit 102f002 1 parent 8bc7eb7 commit 102f002 Copy full SHA for 102f002
File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,11 @@ jobs:
39
39
run : |
40
40
git config user.email "swagger-bot@smartbear.com"
41
41
git config user.name "swagger-bot"
42
- npx lerna version --no-private --yes
42
+ npx lerna version prerelease --preid alpha --no-private --yes
43
43
env :
44
44
GH_TOKEN : ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
45
45
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
46
46
- name : Publish monorepo npm packages
47
47
run : npx lerna publish from-package --no-private --yes
48
- working-directory : ./packages/apidom-ast
49
48
env :
50
49
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"packages" : [" packages/*" ],
3
3
"npmClient" : " npm" ,
4
- "version" : " 0.99.2 " ,
4
+ "version" : " 1.0.0-alpha " ,
5
5
"changelogPreset" : " angular" ,
6
6
"command" : {
7
7
"bootstrap" : {
You can’t perform that action at this time.
0 commit comments