Skip to content

Commit

Permalink
chore: update release please config to use emoji like others
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored Nov 3, 2023
1 parent 6b3a4e3 commit bac321e
Showing 1 changed file with 55 additions and 1 deletion.
56 changes: 55 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,59 @@
"bump-patch-for-minor-pre-major": true,
"versioning": "default"
}
}
},
"changelog-sections": [
{
"type": "fix",
"section": "πŸ› Bug Fixes"
},
{
"type": "feat",
"section": "✨ New Features"
},
{
"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"
}
]
}

0 comments on commit bac321e

Please sign in to comment.