Skip to content

Commit

Permalink
chore: add changelog sections to Release Please action (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpro7 authored Aug 13, 2024
1 parent 63a3d1b commit f47b66a
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions .github/release-please/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,43 @@
"release-type": "rust",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"plugins": ["cargo-workspace", "sentence-case",
"changelog-sections": [
{
"type": "feat",
"section": "Enhancements",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes",
"hidden": false
},
{
"type": "chore",
"section": "Maintenance",
"hidden": false
},
{
"type": "docs",
"section": "Documentation",
"hidden": false
},
{
"type": "data",
"section": "Project Data",
"hidden": false
}
],
"plugins": [
"cargo-workspace",
"sentence-case",
{
"type": "linked-versions",
"groupName": "dsp-meta",
"components": [
"dsp-domain", "dsp-meta", "dsp-meta-cmd"
"dsp-domain",
"dsp-meta",
"dsp-meta-cmd"
]
}
],
Expand Down

0 comments on commit f47b66a

Please sign in to comment.