Skip to content

Commit 0020b74

Browse files
committed
chore: include code refactorings on CHANGELOG.md
Signed-off-by: Pedro Lamas <[email protected]>
1 parent bc77ebf commit 0020b74

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.versionrc.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"types": [
3+
{
4+
"type": "feat",
5+
"section": "Features"
6+
},
7+
{
8+
"type": "fix",
9+
"section": "Bug Fixes"
10+
},
11+
{
12+
"type": "chore",
13+
"hidden": true
14+
},
15+
{
16+
"type": "docs",
17+
"hidden": true
18+
},
19+
{
20+
"type": "style",
21+
"hidden": true
22+
},
23+
{
24+
"type": "refactor",
25+
"section": "Code Refactorings"
26+
},
27+
{
28+
"type": "perf",
29+
"hidden": true
30+
},
31+
{
32+
"type": "test",
33+
"hidden": true
34+
}
35+
]
36+
}

0 commit comments

Comments
 (0)