diff --git a/release-please-config.json b/release-please-config.json index 0812193..f69661e 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -3,12 +3,14 @@ "include-component-in-tag": false, "separate-pull-requests": false, "bump-minor-pre-major": true, + "skip-github-release": true, "packages": { ".": { "release-type": "simple", "component": "hyper-api-rust", "changelog-path": "CHANGELOG.md", "bump-minor-pre-major": true, + "skip-github-release": true, "extra-files": [ { "type": "toml", "path": "Cargo.toml", "jsonpath": "$.workspace.package.version" }, { "type": "generic", "path": "hyperdb-api-core/Cargo.toml" },