File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 with :
113113 DING_TALK_TOKEN : ${{ secrets.DING_TALK_ACCESS_TOKEN }}
114114 notify_title : ' 🎉 F2 新版本 ${{ steps.version.outputs.version }} 发布啦 🎉'
115- notify_body : ' ## F2 ${{ steps.version.outputs.version }} 发布完成 <hr />  <hr /> ${{ steps.version.outputs.commit_message } } <hr />'
115+ notify_body : ' ## { title } <hr />  <hr /> { body } <hr />'
116116 notify_footer : ' > 前往 [**AntV/F2 Releases**]({ release_url })查看完整更新日志.'
117117 at_all : false
118118 enable_prerelease : false
Original file line number Diff line number Diff line change 11{
22 "npmClient" : " yarn" ,
3- "packages" : [
4- " packages/*"
5- ],
3+ "packages" : [" packages/*" ],
64 "version" : " 5.9.0" ,
75 "command" : {
86 "bootstrap" : {
97 "ci" : false ,
10- "npmClientArgs" : [
11- " --no-package-lock"
12- ]
8+ "npmClientArgs" : [" --no-package-lock" ]
139 },
1410 "publish" : {
1511 "commitHooks" : false ,
1612 "conventionalCommits" : true ,
13+ "createRelease" : " github" ,
1714 "message" : " 🤖 publish" ,
1815 "exact" : true
1916 }
2017 }
21- }
18+ }
You can’t perform that action at this time.
0 commit comments