Skip to content

Commit 3668419

Browse files
authored
chore(semantic-release): hide release commits (#11)
1 parent ca565a7 commit 3668419

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.releaserc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"types": [
2424
{ "type": "build", "section": "Build System", "hidden": false },
2525
{ "type": "chore", "section": "Build System", "hidden": false },
26+
{ "type": "chore", "scope": "release", "section": "Build System", "hidden": true },
2627
{ "type": "ci", "section": "Continuous Integration", "hidden": false },
2728
{ "type": "docs", "section": "Documentation", "hidden": false },
2829
{ "type": "feat", "section": "Features", "hidden": false },

0 commit comments

Comments
 (0)