Skip to content

Commit

Permalink
chore: include style changes in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbenincasa committed Nov 8, 2024
1 parent 0bae6e6 commit b4fb2be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@
"path": "shared/package.json",
"jsonpath": "$.version"
}
],
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "feature", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "revert", "section": "Reverts" },
{ "type": "style", "section": "UI Changes" }
]
}
},
Expand Down

0 comments on commit b4fb2be

Please sign in to comment.