Skip to content

Commit

Permalink
ci: added --conventional-graduate
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Didenko committed May 24, 2024
1 parent 7de34c6 commit 6b84be0
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-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: main

- name: "Use Node.js 20"
uses: actions/setup-node@v4
Expand All @@ -34,7 +33,7 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
npx lerna version --conventional-commits --yes
npx lerna version --conventional-commits --conventional-graduate --yes
npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
npx lerna publish from-git --yes
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main",
"release"
],
"message": "chore(release): publish",
"message": "chore(release): publish"
}
}
}

0 comments on commit 6b84be0

Please sign in to comment.