diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index c22bd7d..42a6617 100644 --- a/.github/workflows/CD.yaml +++ b/.github/workflows/CD.yaml @@ -136,7 +136,8 @@ jobs: # Github发布版本,并更新Release信息 - name: Release New Version - run: npx changelog + run: | + npx fa changelog env: GITHUB_TOKEN: ${{secrets.TOKEN}} diff --git a/package.json b/package.json index 5903eb6..a593772 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3c9a713..0a95bf3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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