diff --git a/.release-please-manifest.json b/.release-please-manifest.json new file mode 100644 index 0000000..46b1b67 --- /dev/null +++ b/.release-please-manifest.json @@ -0,0 +1,3 @@ +{ + ".": "0.0.0" +} \ No newline at end of file diff --git a/release-please-config.json b/release-please-config.json index de53a62..b41bfaf 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,10 +1,14 @@ { "packages": { ".": { - "bump-minor-pre-major": "true", "package-name": "image_scraper", + "changelog-path": "CHANGELOG.md", "release-type": "ruby", - "version-file": "lib/image_scraper/version.rb" + "bump-minor-pre-major": false, + "bump-patch-for-minor-pre-major": false, + "draft": false, + "prerelease": false } - } + }, + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" } \ No newline at end of file