Skip to content

Commit

Permalink
fix: 🐛 去除github action中生成changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MuyianKing committed Nov 6, 2024
1 parent a42b78c commit 761e82d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ jobs:
node-version: 22.x
- name: npm publish
run: |
npm run log
cd ./cli
npm publish
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
## [0.0.1](https://github.com/MuyianKing/cli/compare/v0.0.8...v0.0.1) (2024-11-06)
## [0.0.1](https://github.com/MuyianKing/cli/compare/v0.0.9...v0.0.1) (2024-11-06)



## [0.0.9](https://github.com/MuyianKing/cli/compare/v0.0.8...v0.0.9) (2024-11-06)


### Bug Fixes

* :bug: 修复无法生成日志 ([a42b78c](https://github.com/MuyianKing/cli/commit/a42b78c50cfb0f4bfb245dd2ecb22511263a4cc2))



Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@muyianking/cli",
"version": "0.0.7",
"version": "0.1.0",
"description": "慕易安的脚手架",
"author": "muyian",
"bin": {
Expand Down

0 comments on commit 761e82d

Please sign in to comment.