diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6b7b74c..99cbc19 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,5 @@ { - ".": "0.3.0" -} \ No newline at end of file + ".": "0.3.0", + "changelog_sections": "[{\"type\":\"feat\",\"section\":\"Features\"},{\"type\":\"feature\",\"section\":\"Features\"},{\"type\":\"fix\",\"section\":\"Bug Fixes\"},{\"type\":\"perf\",\"section\":\"Performance Improvements\"},{\"type\":\"revert\",\"section\":\"Reverts\"},{\"type\":\"docs\",\"section\":\"Documentation\",\"hidden\":false},{\"type\":\"style\",\"section\":\"Styles\",\"hidden\":true},{\"type\":\"chore\",\"section\":\"Miscellaneous Chores\",\"hidden\":false},{\"type\":\"refactor\",\"section\":\"Code Refactoring\",\"hidden\":false},{\"type\":\"test\",\"section\":\"Tests\",\"hidden\":false},{\"type\":\"build\",\"section\":\"Build System\",\"hidden\":true},{\"type\":\"ci\",\"section\":\"Continuous Integration\",\"hidden\":true}]" +} + diff --git a/release-please-config.json b/release-please-config.json index 5e0f063..0a09f61 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -10,4 +10,5 @@ } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" -} \ No newline at end of file +} +