File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 74
74
if : ${{ github.event.inputs.dryRun == 'false'}}
75
75
env :
76
76
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
77
+ # Adds all params to both version and publish just to be safe.
77
78
run : |
78
- yarn lerna version
79
- yarn lerna publish from-git --loglevel silly
79
+ yarn lerna version --conventionalPrerelease --preid=beta --no-private
80
+ yarn lerna publish from-git --loglevel silly --dist-tag=beta --pre-dist-tag=beta --conventionalPrerelease --preid=beta --no-private
Original file line number Diff line number Diff line change 12
12
"createRelease" : " github" ,
13
13
"message" : " chore(release): publish" ,
14
14
"preid" : " beta" ,
15
- "conventionalPrerelease" : true ,
16
- "noPrivate" : true ,
17
- "noGitTagVersion" : true ,
18
- "noPush" : true ,
19
- "noChangeLog" : true ,
20
- "distTag" : " beta" ,
21
- "preDistTag" : " beta"
22
- },
23
- "publishConfig" : {
24
- "distTag" : " beta" ,
25
- "preDistTag" : " beta"
15
+ "conventionalPrerelease" : true
26
16
}
27
17
}
28
18
}
You can’t perform that action at this time.
0 commit comments