Skip to content

Commit

Permalink
fix: 优化自动发布的说明文档
Browse files Browse the repository at this point in the history
  • Loading branch information
enncy committed Aug 25, 2023
1 parent c70ec9b commit cc84599
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG_CURRENT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## [4.4.34](https://github.com/ocsjs/ocsjs/compare/4.4.33...4.4.34) (2023-08-25)


### Bug Fixes

* 优化打包文件 ([3fd8657](https://github.com/ocsjs/ocsjs/commit/3fd86577271cd49746b64bae9a7131f7dc99c83f))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"pub:minor": "npm version minor && pnpm build:core && npm publish",
"pub:major": "npm version major && pnpm build:core && npm publish",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md --same-file -r 0",
"changelog:current": "conventional-changelog -p angular -i CHANGELOG_CURRENT.md --same-file -r 1",
"changelog:current": "conventional-changelog -p angular -o CHANGELOG_CURRENT.md -r 1",
"init-commitizen": "commitizen init cz-conventional-changelog --save --save-exact"
},
"devDependencies": {
Expand Down

0 comments on commit cc84599

Please sign in to comment.