Skip to content

Commit 102f002

Browse files
authored
ci(release): prepare CD pipeline for 1.0.0-alpha.0 release (#4112)
Refs #4111
1 parent 8bc7eb7 commit 102f002

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,11 @@ jobs:
3939
run: |
4040
git config user.email "swagger-bot@smartbear.com"
4141
git config user.name "swagger-bot"
42-
npx lerna version --no-private --yes
42+
npx lerna version prerelease --preid alpha --no-private --yes
4343
env:
4444
GH_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
4545
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4646
- name: Publish monorepo npm packages
4747
run: npx lerna publish from-package --no-private --yes
48-
working-directory: ./packages/apidom-ast
4948
env:
5049
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages": ["packages/*"],
33
"npmClient": "npm",
4-
"version": "0.99.2",
4+
"version": "1.0.0-alpha",
55
"changelogPreset": "angular",
66
"command": {
77
"bootstrap": {

0 commit comments

Comments
 (0)