Skip to content

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

@KristofferC

Description

@KristofferC

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions