Skip to content

Commit

Permalink
chore: add additional sections to the release notes (#449)
Browse files Browse the repository at this point in the history
## This PR

- Adds additional sections to the release notes.

### Notes

Now with more emojis πŸ”₯ πŸ’₯ πŸ’―

Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
  • Loading branch information
beeme1mr authored Feb 28, 2023
1 parent f91d91b commit 798f71a
Showing 1 changed file with 56 additions and 3 deletions.
59 changes: 56 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,62 @@
"prerelease": false,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"extra-files": [
"snap/snapcraft.yaml"
"extra-files": ["snap/snapcraft.yaml"],
"changelog-sections": [
{
"type": "feat",
"section": "✨ New Features"
},
{
"type": "fix",
"section": "πŸ› Bug Fixes"
},
{
"type": "chore",
"section": "🧹 Chore"
},
{
"type": "docs",
"section": "πŸ“š Documentation"
},
{
"type": "perf",
"section": "πŸš€ Performance"
},
{
"type": "build",
"hidden": true,
"section": "πŸ› οΈ Build"
},
{
"type": "deps",
"section": "πŸ“¦ Dependencies"
},
{
"type": "ci",
"hidden": true,
"section": "🚦 CI"
},
{
"type": "refactor",
"section": "πŸ”„ Refactoring"
},
{
"type": "revert",
"section": "πŸ”™ Reverts"
},
{
"type": "style",
"hidden": true,
"section": "🎨 Styling"
},
{
"type": "test",
"hidden": true,
"section": "πŸ§ͺ Tests"
}
]
}
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit 798f71a

Please sign in to comment.