diff --git a/.github/release-please/config.json b/.github/release-please/config.json index e7e3ae75c8..514c86d0dc 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -2,24 +2,21 @@ "$schema": "https://raw.githubusercontent.com/googleapis/release-please/v16.12.0/schemas/config.json", "release-type": "node", "include-component-in-tag": false, - "prerelease": true, "versioning": "prerelease", - "changelog-sections": [ { "type": "feat", "section": "๐ŸŒŸ Features", "hidden": false }, { "type": "fix", "section": "๐Ÿฉน Fixes", "hidden": false }, { "type": "docs", "section": "๐Ÿ“š Documentation", "hidden": false }, - { "type": "chore", "section": "๐Ÿงน Chores", "hidden": false }, { "type": "perf", "section": "๐Ÿงน Chores", "hidden": false }, { "type": "refactor", "section": "๐Ÿงน Chores", "hidden": false }, { "type": "test", "section": "๐Ÿงน Chores", "hidden": false }, - { "type": "build", "section": "๐Ÿค– Automation", "hidden": false }, - { "type": "ci", "section": "๐Ÿค– Automation", "hidden": true } + { "type": "ci", "section": "๐Ÿค– Automation", "hidden": true }, + { "type": "thanks", "section": "๐Ÿ™ Thank you", "hidden": false } ], "packages": { ".": {} } -} +} \ No newline at end of file