Skip to content

Commit f0fd885

Browse files
chore: include refactor/revert in changelog
1 parent 973d7e6 commit f0fd885

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
output-file: "false"
3232
skip-commit: "true"
3333
skip-on-empty: "true"
34+
config-file-path: ".versionrc.json"
3435
- name: Create Github Release
3536
id: create_release
3637
uses: actions/create-release@v1

.versionrc.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"types": [
3+
{
4+
"type": "feat",
5+
"section": "Features"
6+
},
7+
{
8+
"type": "fix",
9+
"section": "Bug Fixes"
10+
},
11+
{
12+
"type": "refactor",
13+
"section": "Refactor"
14+
},
15+
{
16+
"type": "revert",
17+
"section": "Refactor"
18+
},
19+
{
20+
"type": "chore",
21+
"hidden": true
22+
},
23+
{
24+
"type": "ci",
25+
"hidden": true
26+
},
27+
{
28+
"type": "chore",
29+
"hidden": true
30+
},
31+
{
32+
"type": "docs",
33+
"hidden": true
34+
},
35+
{
36+
"type": "themes",
37+
"hidden": true
38+
},
39+
{
40+
"type": "perf",
41+
"hidden": true
42+
},
43+
{
44+
"type": "test",
45+
"hidden": true
46+
}
47+
]
48+
}

0 commit comments

Comments
 (0)