Skip to content

Commit

Permalink
ci: include all changes in release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartins90 committed Jan 21, 2025
1 parent f6e18af commit a3f6ae3
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,55 @@
"include-component-in-tag": false
}
},
"changelog-sections": [
{
"section": "🚀 Features",
"type": "feat"
},
{
"section": "🐛 Bug Fixes",
"type": "fix"
},
{
"section": "🐛 Bug Fixes",
"type": "style"
},
{
"section": "🐛 Bug Fixes",
"type": "perf"
},
{
"section": "⬆️ Dependency updates",
"type": "deps"
},
{
"section": "🧰 Maintenance",
"type": "chore"
},
{
"section": "🧰 Maintenance",
"type": "refactor"
},
{
"section": "🧰 Maintenance",
"type": "test"
},
{
"section": "🧰 Maintenance",
"type": "build"
},
{
"section": "🧰 Maintenance",
"type": "docs"
},
{
"section": "🧰 Maintenance",
"type": "ci"
},
{
"section": "🧰 Maintenance",
"type": "revert"
}
],
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit a3f6ae3

Please sign in to comment.