Skip to content

Commit

Permalink
chore: update Release Please changelog sections (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-challis authored May 28, 2024
1 parent c70c451 commit de1f241
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"changelog-sections":
[
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "fix", "section": "Fixes" },
{ "type": "perf", "section": "Performance" },
{ "type": "revert", "section": "Reverts" },
{ "type": "docs", "section": "Documentation", "hidden": true },
{ "type": "style", "section": "Styles", "hidden": true },
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true },
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
{ "type": "refactor", "section": "Refactoring", "hidden": true },
{ "type": "test", "section": "Tests", "hidden": true },
{ "type": "build", "section": "Build System", "hidden": true },
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
Expand Down

0 comments on commit de1f241

Please sign in to comment.