mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-01-12 17:52:41 +08:00
ci: add commit message to changeset action
This commit is contained in:
2
.github/workflows/version.yml
vendored
2
.github/workflows/version.yml
vendored
@@ -45,6 +45,8 @@ jobs:
|
||||
- name: Create Release Pull Request
|
||||
uses: changesets/action@v1
|
||||
with:
|
||||
title: "chore: version packages"
|
||||
commit: "chore: version packages"
|
||||
version: git tag -d `git tag | grep -E 'beta'` && npx lerna version --conventional-commits --no-push --no-git-tag-version --yes
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user