You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a GitHub release draft with a new version number tag, generate release notes, and edit them to exclude irrelevant things like docs updates.
Add a new section to CHANGELOG.md with a title containing the version number tag and current date, and copy in the release notes.
Add a line to the end of the file that looks something like [v1.0.1]: https://github.com/pydantic/logfire/compare/v1.0.0...v1.0.1 but with the correct version number tags.
Update the version number in the two pyproject.toml files in the root and in logfire-api.
Push and merge a PR with these changes.
Publish the GitHub release draft.
This is very tedious. It can't be fully automated, but there's a lot of potential for improvement.
The text was updated successfully, but these errors were encountered:
Currently to release a new version I have to:
__init__.pyi
after runningrye run generate-stubs
#469CHANGELOG.md
with a title containing the version number tag and current date, and copy in the release notes.[v1.0.1]: https://github.com/pydantic/logfire/compare/v1.0.0...v1.0.1
but with the correct version number tags.pyproject.toml
files in the root and inlogfire-api
.This is very tedious. It can't be fully automated, but there's a lot of potential for improvement.
The text was updated successfully, but these errors were encountered: