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 backport branch post 0.14.0 release #1101

Merged
merged 3 commits into from
Feb 21, 2024
Merged

Commits on Feb 20, 2024

  1. Fix backport branch post 0.14.0 release

    In Qiskit#1070 we updated the version numbers of rustworkx to indicate the
    main branch is developing the next release. However, in that PR we
    neglected to update the mergify backport branch. This means when we tag
    a PR to main as stable backport potential mergify will incorrectly
    backport the PR to stable/0.13 instead of stable/0.14. This commit
    corrects this oversight and updates the mergify config to backport to
    the correct branch.
    mtreinish committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    75d9084 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d3ebfd View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    0ac42e1 View commit details
    Browse the repository at this point in the history