Skip to content

Commit

Permalink
chore: ignore chore from changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Oct 6, 2024
1 parent 0fbb02f commit 6c13dcc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,16 @@
"package-name": "",
"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 }
]
}

0 comments on commit 6c13dcc

Please sign in to comment.