Skip to content

Commit

Permalink
ci: include chore in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Feb 24, 2024
1 parent 58ccf55 commit ce31b2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-component-in-tag": false,
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "chore", "section": "Chores" },
{ "type": "refactor", "section": "Code Refactoring", "hidden": true }
],
"packages": {
".": {
"release-type": "node"
Expand Down

0 comments on commit ce31b2c

Please sign in to comment.