Skip to content

Commit

Permalink
chore: update release-please config
Browse files Browse the repository at this point in the history
* adding emoji
* separate pull requrests

Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
toddbaert committed Sep 13, 2023
1 parent e27d351 commit df20a69
Showing 1 changed file with 58 additions and 2 deletions.
60 changes: 58 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"bootstrap-sha": "fd59f2328fd5aba0b7705b2fdbf76e39afa244dd",
"separate-pull-requests": true,
"packages": {
"src/OpenFeature.Contrib.Hooks.Otel": {
"package-name": "OpenFeature.Contrib.Hooks.Otel",
Expand Down Expand Up @@ -31,5 +32,60 @@
"OpenFeature.Contrib.Providers.GOFeatureFlag.csproj"
]
}
}
}
},
"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"
}
],
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit df20a69

Please sign in to comment.