From 2f2cb4d21b63c8f4b49ad0a2618b7b55bf3f4bee Mon Sep 17 00:00:00 2001 From: Louis Garman Date: Tue, 19 Mar 2024 16:47:58 +0000 Subject: [PATCH] wip --- release-please-config.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 release-please-config.json diff --git a/release-please-config.json b/release-please-config.json new file mode 100644 index 00000000..b181f96e --- /dev/null +++ b/release-please-config.json @@ -0,0 +1,18 @@ +{ + "packages": { + ".": { + "release-type": "go", + "changelog-path": "CHANGELOG.md", + "bump-minor-pre-major": true, + "bump-patch-for-minor-pre-major": true, + "draft": false, + "prerelease": false, + "changelog-sections": [ + {"type":"feat","section":"Features","hidden":false}, + {"type":"fix","section":"Bug Fixes","hidden":false}, + {"type":"chore","section":"Miscellaneous","hidden":false} + ] + } + }, + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" +}