From 1b7baf43f28d9b1a0272432b231f46125a09151e Mon Sep 17 00:00:00 2001 From: Dante Danelian Date: Tue, 2 Jun 2026 17:15:27 -0400 Subject: [PATCH] chore: use stable release metadata --- release-please-config.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index 7428304..4546e51 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -5,8 +5,6 @@ "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "include-v-in-tag": true, "include-component-in-tag": false, - "versioning": "prerelease", - "prerelease": true, "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": false, "pull-request-header": "Automated Release PR", @@ -63,4 +61,4 @@ "extra-files": [ "src/casedev/_version.py" ] -} \ No newline at end of file +}