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

Move release note in wrong location and add script to block this #8320

Merged
merged 3 commits into from
Jul 12, 2022

Commits on Jul 11, 2022

  1. Move release note in wrong location and add script to block this

    In Qiskit#8201 I added a release note as part of the PR which documented the
    change in behavior. However, I accidentally committed this file in the
    wrong location (by running reno new outside of the repo root). This
    meant the file was never actually included in the release notes for the
    0.21.0 release. This commit corrects this oversight and moves it back to
    the proper location.
    
    However, since this isn't my first time making this mistake and I can
    expect that others will make it too in the future. This commit also adds
    a new script to detect this and raise an error when release notes are
    present outside of the proper location. By running this as part of lint
    jobs we'll block this mistake from happening again.
    mtreinish committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    5a8bb42 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    mtreinish committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    070b365 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

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