Skip to content

Commit

Permalink
Bump reno requirement to latest version and set default_branch (Qiski…
Browse files Browse the repository at this point in the history
…t#1300)

When we switched to using main as the default branch for qiskit-aer
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/
  • Loading branch information
mtreinish authored Aug 3, 2021
1 parent 6b89d7c commit 9e08552
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions releasenotes/notes/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
encoding: utf8
default_branch: main
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ sphinx-rtd-theme>=0.4.0
sphinx-tabs>=1.1.11
sphinx-automodapi
jupyter-sphinx;python_version<'3.8'
reno>=3.1.0
reno>=3.4.0
ddt>=1.2.0,!=1.4.0

0 comments on commit 9e08552

Please sign in to comment.