Skip to content

Commit f17a12a

Browse files
author
Ahmad Nassri
committed
build(release): we want to see ALL commit info in the changelog
1 parent d7203b1 commit f17a12a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.releaserc

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,15 @@
1818
"presetConfig": {
1919
"types": [
2020
{ "type": "build", "section": "Build", "hidden": false },
21+
{ "type": "chore", "section": "Chores", "hidden": false },
22+
{ "type": "ci", "section": "CI/CD", "hidden": false },
2123
{ "type": "docs", "section": "Docs", "hidden": false },
2224
{ "type": "feat", "section": "Features", "hidden": false },
2325
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
2426
{ "type": "perf", "section": "Performance", "hidden": false },
25-
{ "type": "refactor", "section": "Refactor", "hidden": false }
27+
{ "type": "refactor", "section": "Refactor", "hidden": false },
28+
{ "type": "style", "section": "Code Style", "hidden": false },
29+
{ "type": "test", "section": "tests", "hidden": false }
2630
]
2731
}
2832
}],

0 commit comments

Comments
 (0)