Skip to content

Commit

Permalink
ci: refine release-please configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
jerome-benoit committed Jul 6, 2024
1 parent 7cae650 commit 0a59173
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/release-please/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,12 @@
],
"changelog-sections": [
{ "type": "feat", "section": "🚀 Features", "hidden": false },
{ "type": "fix", "section": "🐞 Fixes", "hidden": false },
{ "type": "fix", "section": "🐞 Bug Fixes", "hidden": false },
{ "type": "docs", "section": "📚 Documentation", "hidden": false },

{ "type": "perf", "section": "✨ Polish", "hidden": false },
{ "type": "test", "section": "🧪 Tests", "hidden": false },
{ "type": "perf", "section": "⚡ Performance", "hidden": false },
{ "type": "refactor", "section": "✨ Polish", "hidden": false },

{ "type": "chore", "section": "🧹 Chores", "hidden": true },
{ "type": "test", "section": "🧹 Chores", "hidden": false },

{ "type": "build", "section": "🤖 Automation", "hidden": false },
{ "type": "ci", "section": "🤖 Automation", "hidden": true }
Expand Down

0 comments on commit 0a59173

Please sign in to comment.