From 8cf0a48ec35d1d1f11565f2cf94eb7957148d3af Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Mon, 24 Jun 2024 22:38:47 -0400 Subject: ci(chore): Install release-please for automated releases (#2133) Signed-off-by: Dave Henderson --- release-please-config.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 release-please-config.json (limited to 'release-please-config.json') diff --git a/release-please-config.json b/release-please-config.json new file mode 100644 index 00000000..b803e307 --- /dev/null +++ b/release-please-config.json @@ -0,0 +1,41 @@ +{ + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", + "release-type": "go", + "changelog-type": "default", + "changelog-sections": [ + { + "type": "feat", + "section": "Features" + }, + { + "type": "fix", + "section": "Bug Fixes" + }, + { + "type": "docs", + "section": "Documentation" + }, + { + "type": "deps", + "section": "Dependencies" + }, + { + "type": "chore", + "section": "Miscellaneous Chores", + "hidden": true + }, + { + "type": "build", + "section": "Build System", + "hidden": true + }, + { + "type": "ci", + "section": "Continuous Integration", + "hidden": true + } + ], + "packages": { + ".": {} + } +} -- cgit v1.2.3