Skip to content

Commit 77d80d7

Browse files
authored
Merge pull request #54 from windingtree/beta
ci: 🎡 Updated config for release flow
2 parents 16e4782 + 9279c77 commit 77d80d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
- name: Version Packages
3939
run: |
4040
if [[ "${{ github.ref }}" == "refs/heads/master" ]]; then
41-
pnpm lerna version --concurrency 1 --allow-branch master --create-release github
41+
pnpm lerna version --concurrency 1 --conventional-commits --conventional-graduate --allow-branch master --create-release github
4242
elif [[ "${{ github.ref }}" == "refs/heads/beta" ]]; then
43-
pnpm lerna version --concurrency 1 --conventional-prerelease --preid beta --allow-branch beta
43+
pnpm lerna version --concurrency 1 --conventional-commits --conventional-prerelease --preid beta --allow-branch beta
4444
fi
4545
env:
4646
GH_TOKEN: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)