mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-02-03 02:23:38 +08:00
feat(GitHub Actions): 修改CD流水线逻辑,基于@142vip/fairy-cli模块使用changelog命令
This commit is contained in:
3
.github/workflows/CD.yaml
vendored
3
.github/workflows/CD.yaml
vendored
@@ -136,7 +136,8 @@ jobs:
|
||||
|
||||
# Github发布版本,并更新Release信息
|
||||
- name: Release New Version
|
||||
run: npx changelog
|
||||
run: |
|
||||
npx fa changelog
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.TOKEN}}
|
||||
|
||||
|
||||
@@ -28,9 +28,8 @@
|
||||
"release": "npx fa release --vip"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@142vip/fairy-cli": "0.0.3-alpha.11",
|
||||
"@142vip/release-version": "0.0.1-alpha.9",
|
||||
"@142vip/utils": "0.0.1-alpha.5",
|
||||
"@142vip/fairy-cli": "^0.0.3-alpha.13",
|
||||
"@142vip/utils": "^0.0.1-alpha.5",
|
||||
"@antfu/eslint-config": "^2.27.3",
|
||||
"@vuepress/client": "2.0.0-beta.67",
|
||||
"@vuepress/plugin-register-components": "2.0.0-beta.67",
|
||||
|
||||
17
pnpm-lock.yaml
generated
17
pnpm-lock.yaml
generated
@@ -9,13 +9,10 @@ importers:
|
||||
.:
|
||||
devDependencies:
|
||||
'@142vip/fairy-cli':
|
||||
specifier: 0.0.3-alpha.11
|
||||
version: 0.0.3-alpha.11
|
||||
'@142vip/release-version':
|
||||
specifier: 0.0.1-alpha.9
|
||||
version: 0.0.1-alpha.9
|
||||
specifier: ^0.0.3-alpha.13
|
||||
version: 0.0.3-alpha.13
|
||||
'@142vip/utils':
|
||||
specifier: 0.0.1-alpha.5
|
||||
specifier: ^0.0.1-alpha.5
|
||||
version: 0.0.1-alpha.5
|
||||
'@antfu/eslint-config':
|
||||
specifier: ^2.27.3
|
||||
@@ -88,8 +85,8 @@ packages:
|
||||
engines: {node: '>=16.0.0'}
|
||||
hasBin: true
|
||||
|
||||
'@142vip/fairy-cli@0.0.3-alpha.11':
|
||||
resolution: {integrity: sha512-G1JXL7YnyAGYlETDHpcjjTvAism0GhRoFyWkGRlKWimIxBWrEwqEAbU0mZfSkoYhF6frPiGRtKS8NpKcf/T5jg==}
|
||||
'@142vip/fairy-cli@0.0.3-alpha.13':
|
||||
resolution: {integrity: sha512-FGbd9B7VM7ZPWGauOTl7++rAFmPjGw8Bjhfql61RE+f8MqCpk1H6n5BFIeyDvYj+NhMU6pWg06jMvBk0Wi32xQ==}
|
||||
engines: {node: '>=16.0.0'}
|
||||
hasBin: true
|
||||
|
||||
@@ -6092,10 +6089,10 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- magicast
|
||||
|
||||
'@142vip/fairy-cli@0.0.3-alpha.11':
|
||||
'@142vip/fairy-cli@0.0.3-alpha.13':
|
||||
dependencies:
|
||||
'@142vip/release-version': 0.0.1-alpha.9
|
||||
'@142vip/utils': 0.0.1-alpha.2
|
||||
'@142vip/utils': 0.0.1-alpha.5
|
||||
'@inquirer/prompts': 5.5.0
|
||||
commander: 12.1.0
|
||||
del: 7.1.0
|
||||
|
||||
Reference in New Issue
Block a user