-
Notifications
You must be signed in to change notification settings - Fork 563
chore: prepare for release v0.19.0 #1519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
Greptile OverviewGreptile SummaryThis PR prepares the repository for the v0.19.0 release by updating version numbers and documentation. The changes include version bumps in Key changes:
The changes are minimal, focused, and consistent with automated release workflows. No logical issues or bugs detected.
|
| Filename | Score | Overview |
|---|---|---|
| pyproject.toml | 5/5 | Version bumped from 0.18.0 to 0.19.0 - change is correct and consistent |
| CHANGELOG.md | 5/5 | Added v0.19.0 release notes with proper formatting and comprehensive change list |
| README.md | 5/5 | Updated version reference from 0.18.0 to 0.19.0 in documentation banner |
Sequence Diagram
sequenceDiagram
participant GHA as GitHub Actions
participant Workflow as Release Workflow
participant Files as Repository Files
participant Tag as Git Tag System
GHA->>Workflow: Trigger release workflow
Workflow->>Files: Update pyproject.toml version
Files-->>Workflow: Version updated to 0.19.0
Workflow->>Files: Update CHANGELOG.md
Files-->>Workflow: Release notes added
Workflow->>Files: Update README.md version reference
Files-->>Workflow: Documentation updated
Workflow->>GHA: Create PR #1519
Note over GHA,Workflow: After PR merge
Workflow->>Tag: Create v0.19.0 tag
Workflow->>GHA: Publish GitHub release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3 files reviewed, no comments
Documentation preview |
Codecov Reportβ All modified and coverable lines are covered by tests. π’ Thoughts on this report? Let us know! |
Signed-off-by: Pouyan <[email protected]>
π Release v0.19.0
This PR was automatically created by the release workflow.
Changes included:
After merging this PR, a tag will be created and a GitHub release will be published.