Skip to content

Commit 9e238ab

Browse files
author
微信公众号:储凡
authored
Merge pull request #176 from 142vip/feat/cd
feat: 移除`@142vip/release-version`模块,升级依赖。替换`CD`流水线上的`changelog`命令
2 parents 9550151 + 4ddd232 commit 9e238ab

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

.github/workflows/CD.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ jobs:
137137
138138
# Github发布版本,并更新Release信息
139139
- name: Release New Version
140-
run: npx changelog
140+
run: |
141+
npx fa changelog
141142
env:
142143
GITHUB_TOKEN: ${{secrets.TOKEN}}
143144

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"release": "npx fa release --vip"
2828
},
2929
"devDependencies": {
30-
"@142vip/fairy-cli": "^0.0.3-alpha.11",
31-
"@142vip/release-version": "^0.0.1-alpha.9",
30+
"@142vip/fairy-cli": "^0.0.3-alpha.13",
3231
"@142vip/utils": "^0.0.1-alpha.5",
3332
"@antfu/eslint-config": "^2.27.3",
3433
"@vue/repl": "^4.3.1",

pnpm-lock.yaml

+6-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)