Skip to content

Commit

Permalink
chore: reorder release note sections
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
  • Loading branch information
beeme1mr authored Mar 1, 2023
1 parent 524f65e commit df7bfce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"bump-patch-for-minor-pre-major": true,
"extra-files": ["snap/snapcraft.yaml"],
"changelog-sections": [
{
"type": "feat",
"section": "✨ New Features"
},
{
"type": "fix",
"section": "🐛 Bug Fixes"
},
{
"type": "feat",
"section": "✨ New Features"
},
{
"type": "chore",
"section": "🧹 Chore"
Expand Down

0 comments on commit df7bfce

Please sign in to comment.