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

fix: old dylib should be pulled from the previous release by tag #4964

Closed
wants to merge 1 commit into from

Conversation

kylezs
Copy link
Contributor

@kylezs kylezs commented Jun 14, 2024

WIP: Also need to handle PRs to release branches.

Pull Request

Closes: PRO-1443

Checklist

Please conduct a thorough self-review before opening the PR.

  • I am confident that the code works.
  • I have updated documentation where appropriate.

Summary

This fixes an issue where, if we had a release branch that had been tagged, causing release-berghain to run, then the next time we released off that branch, the "latest" release would actually be the previous patch release, which is not what we want.

Instead, if we're on release/1.4 we want to get the latest 1.3.x tag and use that.

Will need to cherry-pick this across to release too.

Copy link

codecov bot commented Jun 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71%. Comparing base (d42faa0) to head (5f9c05c).

Additional details and impacted files
@@          Coverage Diff           @@
##            main   #4964    +/-   ##
======================================
- Coverage     71%     71%    -0%     
======================================
  Files        429     429            
  Lines      74095   73951   -144     
  Branches   74095   73951   -144     
======================================
- Hits       52934   52730   -204     
- Misses     18328   18381    +53     
- Partials    2833    2840     +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kylezs kylezs force-pushed the fix/package-old-release branch 3 times, most recently from 155a2f1 to 11ad767 Compare June 14, 2024 10:06
@kylezs kylezs changed the title Fix/package old release fix: old dylib should be pulled from the previous release by tag Jun 14, 2024
@kylezs kylezs requested a review from ahasna June 14, 2024 10:07
@kylezs kylezs marked this pull request as ready for review June 14, 2024 10:07
@kylezs kylezs marked this pull request as draft June 14, 2024 10:09
@kylezs
Copy link
Contributor Author

kylezs commented Jun 14, 2024

#4966

@kylezs kylezs closed this Jun 14, 2024
@kylezs kylezs deleted the fix/package-old-release branch June 14, 2024 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant