Skip to content

Commit fab50c2

Browse files
authored
chore: createRelease by github (#2089)
1 parent 05b53e2 commit fab50c2

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 /> ![preview](https://gw.alipayobjects.com/zos/finxbff/compress-tinypng/c833f8c9-c629-4943-a09b-ce1bf17ca937.png) <hr /> ${{ steps.version.outputs.commit_message }} <hr />'
115+
notify_body: '## { title } <hr /> ![preview](https://gw.alipayobjects.com/zos/finxbff/compress-tinypng/c833f8c9-c629-4943-a09b-ce1bf17ca937.png) <hr /> { body } <hr />'
116116
notify_footer: '> 前往 [**AntV/F2 Releases**]({ release_url })查看完整更新日志.'
117117
at_all: false
118118
enable_prerelease: false

lerna.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
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+
}

0 commit comments

Comments
 (0)