Skip to content

Commit

Permalink
ci(release): prepare CD pipeline for 1.0.0-alpha.0 release (#4112)
Browse files Browse the repository at this point in the history
Refs #4111
  • Loading branch information
char0n authored May 14, 2024
1 parent 8bc7eb7 commit 102f002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,11 @@ jobs:
run: |
git config user.email "[email protected]"
git config user.name "swagger-bot"
npx lerna version --no-private --yes
npx lerna version prerelease --preid alpha --no-private --yes
env:
GH_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish monorepo npm packages
run: npx lerna publish from-package --no-private --yes
working-directory: ./packages/apidom-ast
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": ["packages/*"],
"npmClient": "npm",
"version": "0.99.2",
"version": "1.0.0-alpha",
"changelogPreset": "angular",
"command": {
"bootstrap": {
Expand Down

0 comments on commit 102f002

Please sign in to comment.