Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

quiet-node
Copy link
Member

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

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
@quiet-node quiet-node requested review from a team as code owners December 26, 2024 17:27
@quiet-node quiet-node linked an issue Dec 26, 2024 that may be closed by this pull request
@quiet-node quiet-node self-assigned this Dec 26, 2024
@quiet-node quiet-node added the internal For changes that affect the project's internal workings but not its outward-facing functionality. label Dec 26, 2024
@quiet-node quiet-node added this to the 0.64.0 milestone Dec 26, 2024
Copy link

github-actions bot commented Dec 26, 2024

Test Results

 20 files   -   2  261 suites   - 93   42m 52s ⏱️ - 2m 32s
613 tests +  3  607 ✅ + 15  4 💤 ±0  2 ❌  - 12 
671 runs   - 266  665 ✅  - 241  4 💤  - 4  2 ❌  - 21 

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.

Copy link

codecov bot commented Dec 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.98%. Comparing base (13d09e9) to head (bff2687).

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     
Flag Coverage Δ
config-service 98.14% <ø> (ø)
relay 79.72% <ø> (ø)
server 83.28% <ø> (ø)
ws-server 36.66% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 3 files with indirect coverage changes

Bump versions for v${{ env.NEXT_VERSION_SNAPSHOT }}
Automated snapshot version bump for the next development cycle.

**Related issue(s)**:

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?

Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal For changes that affect the project's internal workings but not its outward-facing functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Release Automation workflow
2 participants