Skip to content

Commit 2e416e4

Browse files
author
公众号:Rong姐姐好可爱
authored
Merge pull request #106 from 142vip/feat/delete-release-version
feat(GitHub Actions): 修改`CD`流水线逻辑,基于`@142vip/fairy-cli`模块使用`changelog`命令
2 parents 1b24acd + c0d8877 commit 2e416e4

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

.github/workflows/CD.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ jobs:
136136
137137
# Github发布版本,并更新Release信息
138138
- name: Release New Version
139-
run: npx changelog
139+
run: |
140+
npx fa changelog
140141
env:
141142
GITHUB_TOKEN: ${{secrets.TOKEN}}
142143

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@
2828
"release": "npx fa release --vip"
2929
},
3030
"devDependencies": {
31-
"@142vip/fairy-cli": "0.0.3-alpha.11",
32-
"@142vip/release-version": "0.0.1-alpha.9",
33-
"@142vip/utils": "0.0.1-alpha.5",
31+
"@142vip/fairy-cli": "^0.0.3-alpha.13",
32+
"@142vip/utils": "^0.0.1-alpha.5",
3433
"@antfu/eslint-config": "^2.27.3",
3534
"@vuepress/client": "2.0.0-beta.67",
3635
"@vuepress/plugin-register-components": "2.0.0-beta.67",

pnpm-lock.yaml

Lines changed: 7 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)