diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2024-06-24 22:38:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-24 22:38:47 -0400 |
| commit | 8cf0a48ec35d1d1f11565f2cf94eb7957148d3af (patch) | |
| tree | 81bb8a1c70f048d2d44f87eacab9183946dd335b /release-please-config.json | |
| parent | 48052470edcdd5cb3dc8b6ab4ec5bea3048f23a6 (diff) | |
ci(chore): Install release-please for automated releases (#2133)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'release-please-config.json')
| -rw-r--r-- | release-please-config.json | 41 |
1 files changed, 41 insertions, 0 deletions
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": { + ".": {} + } +} |
