Skip to content

Commit b8f1985

Browse files
committed
fix: ignore merge commits in release please
1 parent 00a0b8f commit b8f1985

1 file changed

Lines changed: 58 additions & 0 deletions

File tree

release-please-config.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,64 @@
1212
"extra-files": [
1313
"package.json",
1414
"webview-ui/package.json"
15+
],
16+
"changelog-sections": [
17+
{
18+
"type": "feat",
19+
"section": "Features"
20+
},
21+
{
22+
"type": "fix",
23+
"section": "Bug Fixes"
24+
},
25+
{
26+
"type": "perf",
27+
"section": "Performance Improvements"
28+
},
29+
{
30+
"type": "revert",
31+
"section": "Reverts"
32+
},
33+
{
34+
"type": "docs",
35+
"section": "Documentation",
36+
"hidden": true
37+
},
38+
{
39+
"type": "style",
40+
"section": "Styles",
41+
"hidden": true
42+
},
43+
{
44+
"type": "chore",
45+
"section": "Miscellaneous Chores",
46+
"hidden": true
47+
},
48+
{
49+
"type": "refactor",
50+
"section": "Code Refactoring",
51+
"hidden": true
52+
},
53+
{
54+
"type": "test",
55+
"section": "Tests",
56+
"hidden": true
57+
},
58+
{
59+
"type": "build",
60+
"section": "Build System",
61+
"hidden": true
62+
},
63+
{
64+
"type": "ci",
65+
"section": "Continuous Integration",
66+
"hidden": true
67+
},
68+
{
69+
"type": "merge",
70+
"section": "Merges",
71+
"hidden": true
72+
}
1573
]
1674
}
1775
},

0 commit comments

Comments
 (0)