summaryrefslogtreecommitdiff
path: root/release-please-config.json
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2025-11-28 12:27:19 +0100
committerGitHub2025-11-28 12:27:19 +0100
commitafecf5534ab031f294274116a6297fbed10017b9 (patch)
treebe3357c0ab299fe1a6454b148e7cf569a3ab33ea /release-please-config.json
parentdf670aef05b36fed0c1ffe601894205d6001f486 (diff)
build: update ci (#201)
Diffstat (limited to 'release-please-config.json')
-rw-r--r--release-please-config.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/release-please-config.json b/release-please-config.json
new file mode 100644
index 0000000..a6b3131
--- /dev/null
+++ b/release-please-config.json
@@ -0,0 +1,18 @@
+{
+ "$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": "simple",
+ "packages": {
+ ".": {
+ "extra-files": [
+ {
+ "type": "generic",
+ "path": "build.gradle.kts"
+ }
+ ]
+ }
+ }
+} \ No newline at end of file