diff --git a/.release-please-manifest.json b/.release-please-manifest.json new file mode 100644 index 0000000..3e9af1b --- /dev/null +++ b/.release-please-manifest.json @@ -0,0 +1,3 @@ +{ + ".": "1.4.0" +} \ No newline at end of file diff --git a/release-please-config.json b/release-please-config.json new file mode 100644 index 0000000..f0dd980 --- /dev/null +++ b/release-please-config.json @@ -0,0 +1,20 @@ +{ + "bootstrap-sha": "b7f4d11fc99f9ffa85376c5757d8dd8c6341c38a", + "last-release-sha": "b7f4d11fc99f9ffa85376c5757d8dd8c6341c38a", + "release-type": "go", + "bump-minor-pre-major": true, + "bump-patch-for-minor-pre-major": true, + "packages": { + ".": { + "changelog-path": "CHANGELOG.md", + "bump-minor-pre-major": false, + "bump-patch-for-minor-pre-major": false, + "draft": false, + "prerelease": false, + "extra-files": [ + "VERSION" + ] + } + }, + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" +} \ No newline at end of file