Skip to content

Commit

Permalink
ci(release-please): add ci section
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Dec 20, 2024
1 parent 7d2cef0 commit ec41340
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "chore", "section": "Chores" },
{ "type": "refactor", "section": "Code Refactoring", "hidden": true }
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
{ "type": "ci", "section": "Builds" }
],
"packages": {
".": {
Expand Down

0 comments on commit ec41340

Please sign in to comment.