aboutsummaryrefslogtreecommitdiffstats
path: root/release-please-config.json
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2025-11-26 19:02:28 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2025-11-26 19:02:28 -0500
commitc62f8376a13e7a4f493167aba1c66a9201fc59c6 (patch)
treed58492f972be02c406d26620004e1ffe2086fbc7 /release-please-config.json
parentae103e148eb3c15606b816505492d870ef062ad3 (diff)
New upstream version 3.0.0.upstream/3.0.0upstream
Diffstat (limited to 'release-please-config.json')
-rw-r--r--release-please-config.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/release-please-config.json b/release-please-config.json
new file mode 100644
index 0000000..9978c9c
--- /dev/null
+++ b/release-please-config.json
@@ -0,0 +1,12 @@
+{
+ "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
+ "packages": {
+ ".": {
+ "version-file": "lib/roo/version.rb",
+ "release-type": "ruby",
+ "changelog-path": "CHANGELOG.md",
+ "include-component-in-tag": false,
+ "include-v-in-tag": true
+ }
+ }
+}