chore: ignore chore from changelog

This commit is contained in:
sgoudham 2024-10-06 19:15:12 +01:00
parent 0fbb02f598
commit 6c13dcce74
No known key found for this signature in database
GPG key ID: 44E818FD5457EEA4

View file

@ -6,5 +6,16 @@
"package-name": "", "package-name": "",
"release-type": "simple" "release-type": "simple"
} }
} },
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "feature", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "docs", "section": "Documentation", "hidden": true },
{ "type": "style", "section": "Styles", "hidden": true },
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true },
{ "type": "test", "section": "Tests", "hidden": true },
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
]
} }