Skip to content

Commit

Permalink
fix: set the release please base version in the manifest (#476)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
malandis authored Sep 27, 2024
1 parent 6db8d8c commit 52f2f2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"hidden": false
}
],
"extra-files": ["src/momento/__init__.py"]
"extra-files": ["src/momento/__init__.py"],
".": "1.23.3"
}

0 comments on commit 52f2f2b

Please sign in to comment.