From 6acdae130cfded520dd91f97f37fd8137d16c093 Mon Sep 17 00:00:00 2001 From: Jack Hodgkiss Date: Tue, 29 Jul 2025 19:30:06 +0100 Subject: [PATCH] docs: remove `default_branch` from `config.yaml` By setting the `default_branch` the generation of release notes fails to capture all of the tags releases within a given branch. --- releasenotes/config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/releasenotes/config.yaml b/releasenotes/config.yaml index fe5f6b013..da01baf76 100644 --- a/releasenotes/config.yaml +++ b/releasenotes/config.yaml @@ -2,4 +2,3 @@ # NOTE(upgrade): This needs to be updated to the current release's major version. release_tag_re: stackhpc/18\.\d+\.\d+\.\d ignore_null_merges: false -default_branch: 'stackhpc/2025.1'