From a6fdcd0589aee7759b3743faafac66c282f65b54 Mon Sep 17 00:00:00 2001 From: alhendrickson Date: Wed, 15 Jul 2026 11:22:13 +0000 Subject: [PATCH] chore: Update release please to include build as a commit type for releasing --- release-please-config.json | 54 +++++++++++++++++++++++++++++++++----- 1 file changed, 48 insertions(+), 6 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index 3467983..a57de96 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -10,7 +10,14 @@ "bump-minor-pre-major": false, "bump-patch-for-minor-pre-major": false, "draft": false, - "prerelease": false + "prerelease": false, + "changelog-sections": [ + { "type": "feat", "section": "Features" }, + { "type": "fix", "section": "Bug Fixes" }, + { "type": "build", "section": "Dependencies" }, + { "type": "refactor", "section": "Code Refactoring" }, + { "type": "revert", "section": "Reverts" } + ] }, "helm-charts/medcat-service-helm": { "release-type": "helm", @@ -19,7 +26,14 @@ "bump-minor-pre-major": false, "bump-patch-for-minor-pre-major": false, "draft": false, - "prerelease": false + "prerelease": false, + "changelog-sections": [ + { "type": "feat", "section": "Features" }, + { "type": "fix", "section": "Bug Fixes" }, + { "type": "build", "section": "Dependencies" }, + { "type": "refactor", "section": "Code Refactoring" }, + { "type": "revert", "section": "Reverts" } + ] }, "helm-charts/cogstack-ce-helm": { "release-type": "helm", @@ -28,7 +42,14 @@ "bump-minor-pre-major": false, "bump-patch-for-minor-pre-major": false, "draft": false, - "prerelease": false + "prerelease": false, + "changelog-sections": [ + { "type": "feat", "section": "Features" }, + { "type": "fix", "section": "Bug Fixes" }, + { "type": "build", "section": "Dependencies" }, + { "type": "refactor", "section": "Code Refactoring" }, + { "type": "revert", "section": "Reverts" } + ] }, "helm-charts/cogstack-cohorter-helm": { "release-type": "helm", @@ -37,7 +58,14 @@ "bump-minor-pre-major": false, "bump-patch-for-minor-pre-major": false, "draft": false, - "prerelease": false + "prerelease": false, + "changelog-sections": [ + { "type": "feat", "section": "Features" }, + { "type": "fix", "section": "Bug Fixes" }, + { "type": "build", "section": "Dependencies" }, + { "type": "refactor", "section": "Code Refactoring" }, + { "type": "revert", "section": "Reverts" } + ] }, "helm-charts/cogstack-observability-helm": { "release-type": "helm", @@ -46,7 +74,14 @@ "bump-minor-pre-major": false, "bump-patch-for-minor-pre-major": false, "draft": false, - "prerelease": false + "prerelease": false, + "changelog-sections": [ + { "type": "feat", "section": "Features" }, + { "type": "fix", "section": "Bug Fixes" }, + { "type": "build", "section": "Dependencies" }, + { "type": "refactor", "section": "Code Refactoring" }, + { "type": "revert", "section": "Reverts" } + ] }, "helm-charts/cogstack-jupyterhub-helm": { "release-type": "helm", @@ -55,7 +90,14 @@ "bump-minor-pre-major": false, "bump-patch-for-minor-pre-major": false, "draft": false, - "prerelease": false + "prerelease": false, + "changelog-sections": [ + { "type": "feat", "section": "Features" }, + { "type": "fix", "section": "Bug Fixes" }, + { "type": "build", "section": "Dependencies" }, + { "type": "refactor", "section": "Code Refactoring" }, + { "type": "revert", "section": "Reverts" } + ] } } }