diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8bcd646..6a38572 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -191,4 +191,5 @@ After the release, you need to cherry-pick the release notes prep from `stable/* * 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``) -* After that tag is pushed, GitHub actions will automatically release that new version to [pypi](https://pypi.org/project/qiskit-ibm-transpiler/) \ No newline at end of file +* After that tag is pushed, GitHub actions will automatically release that new version to [pypi](https://pypi.org/project/qiskit-ibm-transpiler/) +* Only for minor releases, create the ``stable/x.x`` branch from tagged commit in ``main`` \ No newline at end of file