Skip to content

Commit

Permalink
feat: 修改changelog方式
Browse files Browse the repository at this point in the history
  • Loading branch information
gozeon committed Mar 9, 2024
1 parent 0ea7824 commit 672e832
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.v2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 2.0.0 (2024-03-09)


### Bug Fixes

* 修改接口tag保存失败 ([630012b](https://github.com/gozeon/yapii/commit/630012b7dc2c8952e033e07a0759900f1c1363e9))


### Features

* api 支持分享 ([410a1a0](https://github.com/gozeon/yapii/commit/410a1a00c93d8d216801f89bc2ced8f4795e5087))
* 接口显示环境 ([4bb7e2e](https://github.com/gozeon/yapii/commit/4bb7e2ebcabd2556c7c639befc7c5de706a0974f))
* **用户管理:** 添加用户 ([0ac506d](https://github.com/gozeon/yapii/commit/0ac506d47726d9023ed911adc60f63f8d4cc4db3))



8 changes: 8 additions & 0 deletions changelog.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const config = {
gitRawCommitsOpts: {
from: 'd413a11ab1898e66e5fed88ab6b429edbd2a54c3',

},
};

module.exports = config;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev-client": "npm run dev-copy-icon && ykit s -p 4000",
"dev": "npm run dev-server & npm run dev-client",
"start": "nodemon server/app.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"changelog": "conventional-changelog --config=changelog.js -p angular -i CHANGELOG.v2.md -s",
"build-client": "NODE_ENV=production ykit pack -m"
},
"scripts-info": {
Expand Down

0 comments on commit 672e832

Please # to comment.