From f936dd7b7d871b98b9e8088e6f85dd67f0db251d Mon Sep 17 00:00:00 2001 From: k0te1ch Date: Fri, 5 Jun 2026 02:39:26 +0300 Subject: [PATCH] ci: release only on feat/fix/perf, not docs or chores --- release-please-config.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/release-please-config.json b/release-please-config.json index 1bf598e..eab59de 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -8,6 +8,19 @@ "changelog-path": "CHANGELOG.md", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": false, + "changelog-sections": [ + { "type": "feat", "section": "Features" }, + { "type": "fix", "section": "Bug Fixes" }, + { "type": "perf", "section": "Performance Improvements" }, + { "type": "revert", "section": "Reverts" }, + { "type": "docs", "section": "Documentation", "hidden": true }, + { "type": "style", "section": "Styles", "hidden": true }, + { "type": "chore", "section": "Miscellaneous Chores", "hidden": true }, + { "type": "refactor", "section": "Code Refactoring", "hidden": true }, + { "type": "test", "section": "Tests", "hidden": true }, + { "type": "build", "section": "Build System", "hidden": true }, + { "type": "ci", "section": "Continuous Integration", "hidden": true } + ], "extra-files": [ { "type": "generic",