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

Create a release-1.8 branch and backport fixes to it #249

Open
3 of 5 tasks
KristofferC opened this issue Sep 6, 2022 · 2 comments
Open
3 of 5 tasks

Create a release-1.8 branch and backport fixes to it #249

KristofferC opened this issue Sep 6, 2022 · 2 comments

Comments

@KristofferC
Copy link
Member

KristofferC commented Sep 6, 2022

Stdlibs that live in their own repo generally needs to do a similar backport process as in the Julia repo. Roughly this is done by:

  • Have a release-1.x branch.
  • Before a release, create a backports-release-1.x branch.
  • Backport fixes on master that are suitable for backporting to backports-release-1.x
  • When CI looks good on that branch, merge it into release-1.x.
  • Bump the stdlib/SparseArrays.version on the backport branch in the Julia repo.
@rayegun
Copy link
Member

rayegun commented Sep 8, 2022

To run CI on that branch I have to PR from it correct? PR from backports-release-1.8 to release-1.8. And then we can also collect the solution to #251 as well hopefully.

@DilumAluthge
Copy link
Contributor

DilumAluthge commented Sep 13, 2022

  • Bump the stdlib/SparseArrays.version on the backport branch in the Julia repo.

Note: currently, this step needs to be done manually. However, once JuliaLang/BumpStdlibs.jl#76 has been done, we'll be able to use the BumpStdlibs bot to automate this step.

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

No branches or pull requests

3 participants