Skip to content

Commit c1d57cc

Browse files
committed
chore: Expand release note coverage to include dependencies
1 parent fba5693 commit c1d57cc

File tree

1 file changed

+61
-1
lines changed

1 file changed

+61
-1
lines changed

.releaserc.json

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,67 @@
6060
]
6161
}
6262
],
63-
"@semantic-release/release-notes-generator",
63+
[
64+
"@semantic-release/release-notes-generator",
65+
{
66+
"preset": "conventionalcommits",
67+
"presetConfig": {
68+
"types": [
69+
{
70+
"type": "feat",
71+
"section": "Features"
72+
},
73+
{
74+
"type": "fix",
75+
"section": "Bug Fixes"
76+
},
77+
{
78+
"type": "perf",
79+
"section": "Performance Improvements"
80+
},
81+
{
82+
"type": "refactor",
83+
"section": "Refactoring"
84+
},
85+
{
86+
"type": "chore",
87+
"scope": "deps",
88+
"section": "Dependency Updates",
89+
"hidden": false
90+
},
91+
{
92+
"type": "chore",
93+
"section": "Chores",
94+
"hidden": false
95+
},
96+
{
97+
"type": "docs",
98+
"section": "Documentation"
99+
},
100+
{
101+
"type": "style",
102+
"section": "Styles"
103+
},
104+
{
105+
"type": "test",
106+
"section": "Tests"
107+
},
108+
{
109+
"type": "build",
110+
"section": "Build System"
111+
},
112+
{
113+
"type": "ci",
114+
"section": "Continuous Integration"
115+
},
116+
{
117+
"type": "revert",
118+
"section": "Reverts"
119+
}
120+
]
121+
}
122+
}
123+
],
64124
[
65125
"@semantic-release/github",
66126
{

0 commit comments

Comments
 (0)