-
Notifications
You must be signed in to change notification settings - Fork 75
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
chore: updated release-automation script to add more information to SNAPSHOT PR #3357
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
Quality Gate passedIssues Measures |
Test Results 20 files - 2 261 suites - 93 42m 52s ⏱️ - 2m 32s For more details on these failures, see this check. Results for commit bff2687. ± Comparison against base commit 13d09e9. ♻️ This comment has been updated with latest results. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3357 +/- ##
==========================================
- Coverage 85.30% 84.98% -0.32%
==========================================
Files 69 69
Lines 4688 4688
Branches 1050 1050
==========================================
- Hits 3999 3984 -15
- Misses 374 393 +19
+ Partials 315 311 -4
Flags with carried forward coverage won't be shown. Click here to find out more. |
Bump versions for v${{ env.NEXT_VERSION_SNAPSHOT }} | ||
Automated snapshot version bump for the next development cycle. | ||
|
||
**Related issue(s)**: |
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.
Are there expected to be Related Issue(s)
populating here?
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.
Ah, yes, I intended for it to be linked to the release ticket for each corresponding release. For example, this v0.64.0-SNAPSHOT PR is linked to the release/0.63 ticket
Description:
This PR modifies the release automation script to include additional necessary information in the SNAPSHOT bump PR.
Related issue(s):
Fixes #3356
Notes for reviewer:
Checklist