Skip to content

Commit

Permalink
Code review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
jesus-talavera-ibm committed Nov 14, 2024
1 parent 956a19f commit 7dbbbf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ After the release, you need to cherry-pick the release notes prep from `stable/*

* Create branch ``jt-release-notes-x.x.x`` (ie: ``jt-release-notes-0.9.1``)
* Update [docs/conf.py](docs/conf.py) and [setup.py](setup.py) with new x.x.x version
* Review that changes in this release are included here [release-notes/unreleased](release-notes/unreleased). If we find something is missing, we still can add it manually at this point (to know how to create it, refer to ``Adding a new release note`` section)
* Run ``towncrier build --version=x.x.x --yes`` so release notes from [release-notes/unreleased](release-notes/unreleased) are flatten to [release-notes/x.x.x.rst](release-notes/x.x.x.rst)
* Create PR called ``Preparing release qiskit-ibm-transpiler x.x.x`` from ``jt-release-notes-x.x.x`` to ``main|stable/x.x``
* Once PR is merged, add a tag to that commit merge or squash merge with value ``x.x.x`` (ie: ``0.9.1``)
Expand Down

0 comments on commit 7dbbbf7

Please sign in to comment.