Skip to content

Commit 9b14a6b

Browse files
committed
feat: ➕ Add sandard-version for CHANGELOG.md generation
1 parent 9c6e970 commit 9b14a6b

File tree

3 files changed

+1796
-124
lines changed

3 files changed

+1796
-124
lines changed

.versionrc.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"types": [
3+
{
4+
"type": "feat",
5+
"section": "Features"
6+
},
7+
{
8+
"type": "fix",
9+
"section": "Bug Fixes"
10+
},
11+
{
12+
"type": "docs",
13+
"section": "Documentation Changes"
14+
},
15+
{
16+
"type": "style",
17+
"hidden": true
18+
},
19+
{
20+
"type": "refactor",
21+
"section": "Refactoring"
22+
},
23+
{
24+
"type": "perf",
25+
"hidden": true
26+
},
27+
{
28+
"type": "test",
29+
"section": "Tests"
30+
},
31+
{
32+
"type": "chore",
33+
"hidden": true
34+
}
35+
],
36+
"commitUrlFormat": "https://github.com/ShtibsDev/create-release/commits/{{hash}}",
37+
"compareUrlFormat": "https://github.com/ShtibsDev/create-release/compare/{{previousTag}}...{{currentTag}}"
38+
}

0 commit comments

Comments
 (0)