Skip to content

Commit f910a57

Browse files
melangerHejdaJakub
authored andcommitted
ci: un-hide patch commits from changelog
affects UPGRADE.md and GitHub release descriptions
1 parent 67655ae commit f910a57

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.releaserc.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,10 @@
2020
"preset": "conventionalcommits",
2121
"presetConfig": {
2222
"types": [
23-
{
24-
"type": "feat",
25-
"section": "New features and notable changes",
26-
"hidden": false
27-
},
28-
{ "type": "fix", "hidden": true },
29-
{ "type": "perf", "hidden": true },
30-
{ "type": "revert", "hidden": true },
23+
{ "type": "feat", "hidden": false },
24+
{ "type": "fix", "hidden": false },
25+
{ "type": "perf", "hidden": false },
26+
{ "type": "revert", "hidden": false },
3127
{ "type": "docs", "hidden": true },
3228
{ "type": "style", "hidden": true },
3329
{ "type": "chore", "hidden": true },

0 commit comments

Comments
 (0)