diff options
Diffstat (limited to 'release-please-config.json')
| -rw-r--r-- | release-please-config.json | 12 |
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 + } + } +} |
