diff --git a/release-please-config.json b/release-please-config.json index 9880138..12161df 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -4,6 +4,7 @@ "package-name": "Postal.AspNetCore", "release-type": "simple", "prerelease": true, + "prerelease-type": "beta", "include-component-in-tag": false, "extra-files": [ { @@ -15,4 +16,4 @@ } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" -} \ No newline at end of file +}