Skip to content

Commit c730345

Browse files
alqmcalqmc
authored andcommitted
docs: update
1 parent b2c1d1f commit c730345

File tree

2 files changed

+35
-30
lines changed

2 files changed

+35
-30
lines changed

CHANGELOG.md

Lines changed: 32 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
1-
# [1.0.0](https://github.com/alqmc/gacm/compare/v0.0.8...v1.0.0) (2022-07-07)
2-
3-
4-
### 🐛 Bug Fixes | Bug 修复
5-
6-
* verison shell ([475f581](https://github.com/alqmc/gacm/commit/475f581))
7-
8-
9-
### 😞 Nonstandard | 不规范的commit
10-
11-
* add LICENSE. ([26d77aa](https://github.com/alqmc/gacm/commit/26d77aa))
12-
* Update README.md ([df57404](https://github.com/alqmc/gacm/commit/df57404))
13-
14-
15-
16-
## 0.0.3 (2022-04-26)
17-
18-
19-
### ✨ Features | 新功能
20-
21-
* user add delete ([b2eff8f](https://github.com/alqmc/gacm/commit/b2eff8f))
22-
23-
24-
### 🐛 Bug Fixes | Bug 修复
25-
26-
* detail ([a904d0c](https://github.com/alqmc/gacm/commit/a904d0c))
27-
28-
29-
1+
# [1.0.0](https://github.com/alqmc/gacm/compare/v0.0.6...v1.0.0) (2022-07-07)
2+
3+
4+
### ✨ Features | 新功能
5+
6+
* 自动添加本地账户 ([816e44b](https://github.com/alqmc/gacm/commit/816e44b))
7+
8+
9+
### 🏆 release | 版本发布
10+
11+
* 1.0.0 ([b2c1d1f](https://github.com/alqmc/gacm/commit/b2c1d1f))
12+
13+
14+
### 🐛 Bug Fixes | Bug 修复
15+
16+
* detail ([d7a596b](https://github.com/alqmc/gacm/commit/d7a596b))
17+
* readme ([070c2b7](https://github.com/alqmc/gacm/commit/070c2b7))
18+
* verison shell ([1b9003b](https://github.com/alqmc/gacm/commit/1b9003b))
19+
20+
21+
### 👷‍ Build System | 构建
22+
23+
* 切换打包依赖 ([ee87feb](https://github.com/alqmc/gacm/commit/ee87feb))
24+
* 切换打包依赖 ([2501629](https://github.com/alqmc/gacm/commit/2501629))
25+
26+
27+
### 📝 Documentation | 文档
28+
29+
* 更新readme ([251ab4b](https://github.com/alqmc/gacm/commit/251ab4b))
30+
31+
32+

changelog-option.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ module.exports = {
3131
commit.type = '🔧 Continuous Integration | CI 配置';
3232
} else if (commit.type === 'chore') {
3333
commit.type = '🎫 Chores | 其他更新';
34-
} else {
34+
} else if (commit.type === 'release') {
35+
commit.type = '🏆 release | 版本发布';
36+
}else {
3537
commit.type = '😞 Nonstandard | 不规范的commit';
3638
}
3739

0 commit comments

Comments
 (0)