You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Prepare 0.25.1 release
This commit prepares the 0.25.1 release, this consists of bumping the
version number to 0.25.` in all the appropriate files. It also adds a
prelude release note to provide a brief introduction to the release.
When this commit merges it should be tagged as the 0.25.1 release.
Of particular note for this release, this is the first time we'll be
releasing the qiskit package from the qiskit-terra repo and also the
first time we're publishing the documentation from this repo too.
* Fix repository_owner condition docs_deploy gha job (#10635)
This commit fixes an issue in the job definition for the new docs
deployment job added in #10610. The new jobs are conditioned to only
execute from the Qiskit/qiskit-terra repo. However that line is being
flagged as a syntax error in github. This seems to be due to the double
quotes used for `"Qiskit"`. A similar condition exists on the
pre-existing github actions jobs but they use a single quote instead of
a double and they function correctly. This commit updates the condition
to used single quotes to match the working syntax in other jobs.
(cherry picked from commit d25f905)
0 commit comments