Skip to content

Commit 98b97f7

Browse files
committed
chore: add conventional changelog cli
1 parent 3b0d95c commit 98b97f7

File tree

3 files changed

+635
-6
lines changed

3 files changed

+635
-6
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# [1.0.0](https://github.com/fecommunity/easy-blog/compare/v1.2.0...v1.0.0) (2024-11-24)
2+
3+
4+
### Features
5+
6+
* optimized the css style loading experience for homepage ([0e7761f](https://github.com/fecommunity/easy-blog/commit/0e7761fd28c1cac099ac15ddaa644a904aca8da4))
7+
8+
9+
10+
# [1.2.0](https://github.com/fecommunity/easy-blog/compare/v1.1.0...v1.2.0) (2024-11-23)
11+
12+
13+
### Bug Fixes
14+
15+
* system notice info empty error ([4e41daa](https://github.com/fecommunity/easy-blog/commit/4e41daa14dc96499e6d65ebc2648f87147fc248d))
16+
* update admin view article link ([41656a7](https://github.com/fecommunity/easy-blog/commit/41656a740d301cda7ec54bb6ceaaa8e8cea7c222))
17+
18+
19+
### Features
20+
21+
* add category tag for article list ([f5068a1](https://github.com/fecommunity/easy-blog/commit/f5068a17b4728a47330fbbbca0f236d12e299e40))
22+
* support system notification feature ([515e556](https://github.com/fecommunity/easy-blog/commit/515e556d7b63192cbad4bda68d5ecf639cbaa96b))
23+
24+
25+
26+
# [1.1.0](https://github.com/fecommunity/easy-blog/compare/v1.0.0...v1.1.0) (2024-11-02)
27+
28+
29+
30+
# [1.0.0](https://github.com/fecommunity/easy-blog/compare/a6b73a189090e0199cc6f803bfb498cdeb7868a5...v1.0.0) (2024-09-28)
31+
32+
33+
### Bug Fixes
34+
35+
* add ignoreValidator for system creating user ([83408d2](https://github.com/fecommunity/easy-blog/commit/83408d20383a6a57546dacfcd7751210c6c66d4c))
36+
* next build type defs ([ec428b3](https://github.com/fecommunity/easy-blog/commit/ec428b3cfe6950a368e3aeb7bf9945cf81a1f481))
37+
38+
39+
### Features
40+
41+
* init easy-blog project ([a6b73a1](https://github.com/fecommunity/easy-blog/commit/a6b73a189090e0199cc6f803bfb498cdeb7868a5))
42+
43+
44+

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@
2626
"format": "concurrently 'pnpm:format:*'",
2727
"format:js": "prettier --write --parser typescript './**/*.{ts,tsx,js,jsx}'",
2828
"prepare": "husky",
29-
"precommit": "lint-staged"
29+
"precommit": "lint-staged",
30+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
3031
},
3132
"dependencies": {
3233
"concurrently": "^7.0.0",
3334
"cross-env": "^7.0.3",
3435
"fs-extra": "^10.0.0",
35-
"rimraf": "^3.0.2"
36+
"rimraf": "^3.0.2",
37+
"conventional-changelog-cli": "^3.0.0"
3638
},
3739
"engines": {
3840
"node": ">=16.5.0"

0 commit comments

Comments
 (0)