docs: remove default_branch from config.yaml#1809
docs: remove default_branch from config.yaml#1809jackhodgkiss wants to merge 2 commits intostackhpc/2025.1from
default_branch from config.yaml#1809Conversation
By setting the `default_branch` the generation of release notes fails to capture all of the tags releases within a given branch.
|
This was required to get zuul CI to work #1791 Do you know any other way we could get this to work? |
What is Zuul doing that means the configuration for release notes requires default branch set? |
It runs a pep8 job which isn't really pep8, it's more just a release notes check. For some reason it succeeds in GH CI but fails in zuul https://zuul.stackhpc.com/t/stackhpc/build/54c03714f1f2432ea7db98c1900e641b |
It is because the repository is cloned with The docs for reno say that |
Can we skip this part of the Zuul job? |
By setting the
default_branchthe generation of release notes fails to capture all of the tags releases within a given branch.