diff --git a/.github/release-please/config.json b/.github/release-please/config.json index 46bc4e6b0..73df0e290 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -1,7 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "release-type": "node", - "bootstrap-sha": "890b9a32a7cfa2c3d3589f00a8b904fbaa88d66c", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, "tag-separator": "@", @@ -31,13 +30,14 @@ "changelog-sections": [ { "type": "feat", "section": "๐Ÿš€ Features", "hidden": false }, { "type": "fix", "section": "๐Ÿž Bug Fixes", "hidden": false }, - { "type": "docs", "section": "๐Ÿ“š Documentation", "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": "๐Ÿงช Tests", "hidden": false }, + { "type": "docs", "section": "๐Ÿ“š Documentation", "hidden": false }, { "type": "build", "section": "๐Ÿค– Automation", "hidden": false }, - { "type": "ci", "section": "๐Ÿค– Automation", "hidden": true } + { "type": "ci", "section": "๐Ÿค– Automation", "hidden": true }, + + { "type": "chore", "section": "๐Ÿงน Chores", "hidden": true } ] }