Update git submodules

* Update reno from branch 'master'
  to ed6bbae82e01edf781534d9e9cce21e0c55a49a6
  - Handle repositories with a default branch other than master
    
    This commit adds a new configuration option `default_branch`, which is
    used to specify the default/base branch a repository is using.
    Previously reno assumed the default branch was always named 'master'
    which causes commands such as 'reno lint' to fail when it is run on a
    repository that uses a different default branch name such as 'main'.
    This config option gives users an option to specify which branch should
    be used for cases like that.
    
    Change-Id: I08f258206290fdc1dcb9fcfc078e30384667c925
This commit is contained in:
Matthew Treinish 2021-04-22 05:49:35 -04:00 committed by Gerrit Code Review
parent ded605f185
commit 440faf559a
1 changed files with 1 additions and 1 deletions

2
reno

@ -1 +1 @@
Subproject commit e45092be853ae0366aa2ab4ae049cceaf2932bd9
Subproject commit ed6bbae82e01edf781534d9e9cce21e0c55a49a6