Skip to content

Commit 52f2f2b

Browse files
authored
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
1 parent 6db8d8c commit 52f2f2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
"hidden": false
1717
}
1818
],
19-
"extra-files": ["src/momento/__init__.py"]
19+
"extra-files": ["src/momento/__init__.py"],
20+
".": "1.23.3"
2021
}

0 commit comments

Comments
 (0)