Skip to content

Commit

Permalink
docs: include build section in changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
dschach committed Nov 8, 2023
1 parent 2efa28c commit a9faa41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{ "type": "refactor", "section": "Code Refactoring", "hidden": false },
{ "type": "style", "section": "Styles", "hidden": false },
{ "type": "deps", "section": "Dependencies", "hidden": false },
{ "type": "build", "section": "Build System", "hidden": true },
{ "type": "build", "section": "Build System", "hidden": false },
{ "type": "ci", "section": "Continuous Integration", "hidden": false }
]
}

0 comments on commit a9faa41

Please sign in to comment.