We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a909723 commit 0c78adeCopy full SHA for 0c78ade
.releaserc
@@ -53,28 +53,33 @@
53
"presetConfig": {
54
"types": [
55
{
56
- "type": "feat",
+ "type": "major",
57
"section": "Features"
58
},
59
60
- "type": "major",
+ "type": "minor",
61
62
63
64
- "type": "minor",
+ "type": "patch",
65
+ "section": "Bugfixes"
66
+ },
67
+ {
68
+ "type": "feat",
69
70
71
72
"type": "fix",
73
"section": "Bugfixes"
74
75
- "type": "patch",
- "section": "Bugfixes"
76
+ "type": "deps",
77
+ "section": "Dependencies"
78
79
80
"type": "chore",
- "hidden": true
81
+ "section": "Miscellaneous",
82
+ "hidden": false
83
84
85
"type": "docs",
0 commit comments