Merged
Conversation
…The workflow is expected to be triggered manually with no inputs. It will read the latest qiskit-serverless version in PyPI and open a release preparation PR if the detected major or minor is higher than the current requirement pin. The PR will also bump the qiskit_ibm_catalog major or minor version accordingly. Patch releases of qiskit-serverless don't require a catalog release, hence they are ignored. The release preparation PR shows instructions to facilitate the release process. Only maintainers are allowed to push tags to GitHub.
1f92515 to
c161844
Compare
HuangJunye
reviewed
Feb 10, 2026
Contributor
HuangJunye
left a comment
There was a problem hiding this comment.
This is so neat! Looks great to me overall. I just have some minor comments.
Co-authored-by: Junye Huang <h.jun.ye@gmail.com>
HuangJunye
reviewed
Feb 10, 2026
HuangJunye
approved these changes
Feb 10, 2026
Contributor
HuangJunye
left a comment
There was a problem hiding this comment.
LGTM! Thanks for the changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a new github workflow that automatically opens a release preparation PR.
The workflow is expected to be triggered manually with no inputs. It will read the latest
qiskit-serverlessversion in PyPI and open a release preparation PR if the detected major or minor is higher than the current requirement pin. The PR will also bump theqiskit_ibm_catalogmajor or minor version accordingly. Patch releases ofqiskit-serverlessdon't require a catalog release, hence they are ignored. The release preparation PR shows instructions to facilitate the release process.Only maintainers are allowed to push tags to GitHub.
Details and comments
For an example output, see: #84.