diff options
| author | Paul-Christian Volkmer | 2025-11-27 20:38:00 +0100 |
|---|---|---|
| committer | GitHub | 2025-11-27 20:38:00 +0100 |
| commit | 3a03e384f55a735ab6a7c4e65997b9221b891251 (patch) | |
| tree | 0e6e68bb9ab01f1b9b47bd0a7379c5dd116da2ca /release-please-config.json | |
| parent | 4dd009133ae51f934187aefd750f3a7010bfef5c (diff) | |
build: update ci (#226)
Diffstat (limited to 'release-please-config.json')
| -rw-r--r-- | release-please-config.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/release-please-config.json b/release-please-config.json new file mode 100644 index 0000000..822de31 --- /dev/null +++ b/release-please-config.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/refs/heads/main/schemas/config.json", + "bump-minor-pre-major": true, + "bump-patch-for-minor-pre-major": true, + "include-v-in-tag": true, + "include-component-in-tag": false, + "release-type": "maven", + "packages": { + ".": { } + } +} |
