From e0a188b06bcb20c88e5aed9e0bbd4507c8ead56b Mon Sep 17 00:00:00 2001 From: Euripedes Rocha Filho Date: Tue, 21 Apr 2026 15:38:27 +0200 Subject: [PATCH] ci: Release Please configuration --- release-please-config.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/release-please-config.json b/release-please-config.json index c103509..64f49b8 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,5 +1,20 @@ { "include-v-in-tag": true, + "plugins": ["sentence-case"], + "changelog-sections": [ + { "type": "feat", "section": "Features" }, + { "type": "fix", "section": "Bug Fixes" }, + { "type": "perf", "section": "Performance Improvements" }, + { "type": "revert", "section": "Reverts" }, + { "type": "docs", "section": "Documentation" }, + { "type": "deps", "section": "Dependencies" }, + { "type": "ci", "section": "Continuous Integration", "hidden": true }, + { "type": "chore", "section": "Miscellaneous", "hidden": true }, + { "type": "build", "section": "Build System", "hidden": true }, + { "type": "style", "section": "Styles", "hidden": true }, + { "type": "refactor", "section": "Code Refactoring", "hidden": true }, + { "type": "test", "section": "Tests", "hidden": true } + ], "extra-files": [ { "type": "yaml",