Skip to content

Commit a4b7536

Browse files
Bump reno requirement to latest version and set default_branch (#220) (#221)
When we created a stable branch for qiskit-optimization we encountered a bug in reno that required a branch named master to exist for traversing the git history. To workaround that issue we temporarily added back a branch named master while we waited for the fix [1] to be included in a release. A new reno release has been published [2] and we can rely on that version and delete the idle master branch now. This commit makes this change and switches to using reno>=3.4.0 and uses the new default_branch configuration option added in 3.4.0 to fix the issue. [1] https://opendev.org/openstack/reno/commit/ed6bbae82e01edf781534d9e9cce21e0c55a49a6 [2] https://pypi.org/project/reno/3.4.0/ (cherry picked from commit 4953e56) Co-authored-by: Matthew Treinish <[email protected]>
1 parent 8553c6f commit a4b7536

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

releasenotes/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
---
22
encoding: utf8
3+
default_branch: main

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pylint>=2.8.3
55
pylatexenc>=1.4
66
stestr>=2.0.0
77
ddt>=1.2.0,!=1.4.0
8-
reno>=3.2.0
8+
reno>=3.4.0
99
Sphinx>=1.8.3,!=3.1.0,<4
1010
sphinx-panels
1111
sphinx-gallery

0 commit comments

Comments
 (0)