Skip to content

Commit

Permalink
🔖 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rowthan committed May 28, 2024
1 parent d63d6bc commit 262a682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# 修订版本号
- name: Lerna dev Version
if: github.ref =='refs/heads/dev' && contains(github.event.head_commit.message, 'bookmark')
if: (github.ref =='refs/heads/dev' && contains(github.event.head_commit.message, 'bookmark')) || contains(github.event.head_commit.message, 'release')
run: |
npx lerna version --conventional-commits --loglevel debug --no-private patch --yes
Expand Down
2 changes: 1 addition & 1 deletion packages/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"start": "tsc --watch",
"dev": "tsc --watch",
"build": "tsc",
"test": "jest test",
"test": "echo 'ignore'",
"prepare": "tsc",
"size": "size-limit",
"analyze": "size-limit --why"
Expand Down

0 comments on commit 262a682

Please sign in to comment.