Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
chore: release v1.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloaix committed Aug 9, 2021
1 parent 93cb4f6 commit 2dc3634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Check Commit Type
uses: gsactions/commit-message-checker@v1
with:
checkAllCommitMessages: "false"
pattern: '^chore: release v([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$'
error: '只有 "chore: release v1.0.2" 这种格式的commit才会触发发布流程,注意冒号和release后面的空格'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gofi",
"version": "1.0.0.beta.3",
"version": "1.0.0.beta.4",
"main": "index.js",
"repository": "[email protected]:Sloaix/Gofi.git",
"author": "Sloaix <[email protected]>",
Expand Down

0 comments on commit 2dc3634

Please sign in to comment.