Skip to content

Commit

Permalink
Remove historical versions from release notes (#11855)
Browse files Browse the repository at this point in the history
* Remove historical versions from release notes

* Bad version number

* Review feedback
  • Loading branch information
Eric-Arellano authored Apr 5, 2024
1 parent f96d112 commit 2cbbe2b
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
.. _release-notes:

=============
Release Notes
=============

This page contains the release notes for Qiskit, starting from Qiskit 0.45, the first time that Qiskit and Qiskit Terra had the same versions.
==============================
Qiskit |version| release notes
==============================

..
These release notes get converted into Markdown files via the infrastructure at https://github.com/Qiskit/documentation, which then gets deployed to https://docs.quantum.ibm.com/api/qiskit/release-notes. Changes to these release notes will update those release notes the next time the API docs are generated.
To change release notes prior to Qiskit 0.45, update the Qiskit/documentation repository directly.
These release notes get converted into Markdown files via the infrastructure at https://github.com/Qiskit/documentation, which then gets deployed to https://docs.quantum.ibm.com/api/qiskit/release-notes. Changes to these release notes will update those release notes the next time the API docs are generated for this version.
.. release-notes::
:earliest-version: 0.45.0rc1

.. release-notes::
:earliest-version: 0.45.0
:branch: stable/0.46
`:earliest-version:` should be set to the rc1 release for the current minor release series. For example, the stable/1.1 branch should set it to 1.1.0rc1. If on `main`, set to the prior minor version's rc1, like `1.0.0rc1`.

.. release-notes::
:earliest-version: 0.45.0
:branch: stable/0.45
:earliest-version: 1.0.0rc1

0 comments on commit 2cbbe2b

Please sign in to comment.