Skip to content

Commit 4ddd232

Browse files
committed
feat: 移除@142vip/release-version模块,升级依赖。替换CD流水线上的changelog命令
1 parent 9550151 commit 4ddd232

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

.github/workflows/CD.yaml

Lines changed: 2 additions & 1 deletion
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

Lines changed: 1 addition & 2 deletions
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

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

0 commit comments

Comments
 (0)