From a42b78c50cfb0f4bfb245dd2ecb22511263a4cc2 Mon Sep 17 00:00:00 2001 From: MuyianKing Date: Wed, 6 Nov 2024 11:21:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E4=BF=AE=E5=A4=8D=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E7=94=9F=E6=88=90=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 +- CHANGELOG.md | 27 ++++++++++++++++++++++++++- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 54e0f68..65289e5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,6 +17,6 @@ jobs: node-version: 22.x - name: npm publish run: | - cd ./cli npm run log + cd ./cli npm publish diff --git a/CHANGELOG.md b/CHANGELOG.md index f40f653..6718c3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,26 @@ -## 0.0.1 (2024-11-06) +## [0.0.1](https://github.com/MuyianKing/cli/compare/v0.0.8...v0.0.1) (2024-11-06) + + + +## [0.0.8](https://github.com/MuyianKing/cli/compare/v0.0.7...v0.0.8) (2024-11-06) + + +### Bug Fixes + +* :bug: 修复publish.yml无法发布问题 ([8b07dc7](https://github.com/MuyianKing/cli/commit/8b07dc75e211891dfc1ec1f111c6bdf589ee3b1b)) + + + +## [0.0.7](https://github.com/MuyianKing/cli/compare/0.0.7...v0.0.7) (2024-11-06) + + +### Features + +* :sparkles: 增加github action 配置 ([9895c0b](https://github.com/MuyianKing/cli/commit/9895c0b1e5e3f5ec570c5cb7ca2b6dce08705bcf)) + + + +## [0.0.6](https://github.com/MuyianKing/cli/compare/v0.0.5...v0.0.6) (2024-11-06) ### Bug Fixes @@ -9,3 +31,6 @@ ### Features * :sparkles: 增加命令缺失提示 ([7d96a69](https://github.com/MuyianKing/cli/commit/7d96a69f04faa31c3dccebce176cf39f5bc022e4)) + + +