-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
hanzhiwei
committed
Aug 25, 2023
1 parent
81309e3
commit 0e0e3fb
Showing
4 changed files
with
15 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,21 @@ | ||
{ | ||
"git": { | ||
"tag": true, | ||
"tagName": "v${version}", | ||
"tagAnnotation": "Release %s", | ||
"commit": true, | ||
"commitMessage": "版本更新: release %s", | ||
"commitArgs": ["-S"], | ||
"commitMessage": "chore(release): v${version}", | ||
"push": true, | ||
"pushArgs": ["--follow-tags"], | ||
"requireCleanWorkingDir": false, | ||
"requireCommits": false | ||
"commit": true, | ||
"tag": true, | ||
"requireCommits": false, | ||
"requireCleanWorkingDir": false | ||
}, | ||
"github": { | ||
"release": true, | ||
"allowSameVersion": true, | ||
"ignoreVersion": true, | ||
"draft": false | ||
}, | ||
"npm": { | ||
"publish": true, | ||
"allowSameVersion": true, | ||
"ignoreVersion": true | ||
"publish": false, | ||
"ignoreVersion": false | ||
}, | ||
"hooks": { | ||
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ lastUpdated: true | |
outline: 1 | ||
--- | ||
|
||
# 🌈 1.0.0 **(2023-08-24)** | ||
# 🌈 1.2.0 **(2023-08-24)** | ||
|
||
## 🚀 新增 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters