Skip to content

Commit f100a18

Browse files
committed
beta release
1 parent 71317ef commit f100a18

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
if: ${{ github.event.inputs.dryRun == 'false'}}
7575
env:
7676
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77+
# Adds all params to both version and publish just to be safe.
7778
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

lerna.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,7 @@
1212
"createRelease": "github",
1313
"message": "chore(release): publish",
1414
"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
2616
}
2717
}
2818
}

0 commit comments

Comments
 (0)