From 52f2f2bfe2a2e275c2e8549bbbf1d6c852c952b9 Mon Sep 17 00:00:00 2001 From: Michael Landis Date: Fri, 27 Sep 2024 10:24:25 -0700 Subject: [PATCH] fix: set the release please base version in the manifest (#476) Previously the manifest did not specify the base version for the first release. We set that here explicitly so the first release has the correct changelog. Release-As: 1.23.4 --- .release-please-manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b7c8bc4c..a5c3de30 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -16,5 +16,6 @@ "hidden": false } ], - "extra-files": ["src/momento/__init__.py"] + "extra-files": ["src/momento/__init__.py"], + ".": "1.23.3" }