From 91fa43ee2cf629828abc6d57d78ce3c00c44794c Mon Sep 17 00:00:00 2001 From: Anubhav Dhawan Date: Wed, 11 Feb 2026 12:45:51 +0530 Subject: [PATCH] chore: Configure release-please for version bumping and changelog sections --- release-please-config.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/release-please-config.json b/release-please-config.json index b3af98f..4c24538 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,4 +1,27 @@ { + "bump-minor-pre-major": true, + "bump-patch-for-minor-pre-major": true, + "include-v-in-tag": true, + "changelog-sections": [ + { + "type": "feat", + "section": "Features" + }, + { + "type": "fix", + "section": "Bug Fixes" + }, + { + "type": "chore", + "section": "Miscellaneous Chores", + "hidden": false + }, + { + "type": "docs", + "section": "Documentation", + "hidden": false + } + ], "packages": { ".": { "release-type": "java-yoshi",