Skip to content

Commit

Permalink
feat(all): changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hejialiang committed Mar 6, 2021
1 parent d4293a5 commit e5dba09
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Empty file removed CHANGELOG.md
Empty file.
2 changes: 1 addition & 1 deletion docs/engineering/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ scope | commit影响的范围
```bash
# cz-conventional-changelog changelog插件
npm install -g commitizen cz-conventional-changelog
# 配置到czrc目录下
# 命令行中输入以下命令,配置到czrc目录下
echo '{ "path": "cz-conventional-changelog"}' > ~/.czrc
git cz
```
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"upload-server": "sh deploy.sh",
"release": "release-it"
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w -r 0"
},
"keywords": [],
"author": "hejialiang",
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.8.2",
"@vuepress/plugin-back-to-top": "^1.8.2",
"release-it": "^14.4.1",
"vuepress": "^1.2.0"
},
"dependencies": {
Expand Down

0 comments on commit e5dba09

Please sign in to comment.