diff --git a/.github/release-please/release-please-config.json b/.github/release-please/release-please-config.json index 54ea4a047a2..b535299bd45 100644 --- a/.github/release-please/release-please-config.json +++ b/.github/release-please/release-please-config.json @@ -7,14 +7,14 @@ "tag-separator": "/", "commit-search-depth": 400, "changelog-sections": [ - { - "type": "fix", - "section": "🐛 Bug Fixes" - }, { "type": "feat", "section": "🚀 New Features" }, + { + "type": "fix", + "section": "🐛 Bug Fixes" + }, { "type": "chore", "section": "🔧 Chores" @@ -22,6 +22,10 @@ { "type": "docs", "section": "📚 Documentation" + }, + { + "type": "ci", + "section": "⚙️ CI/CD" } ], "packages": {