Skip to content

Commit 502e813

Browse files
committed
chore: Fix release notes config
We need to ignore backport related PRs from release notes as they will end up in the patch level releases of the stable branches.
1 parent 366c11d commit 502e813

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ changelog:
66
labels:
77
- skip-changelog
88
- chore
9+
- backport-to-8.0-stable
10+
- backport-to-8.1-stable
11+
- backport-to-8.2-stable
12+
- backport-to-8.3-stable
913

1014
categories:
1115
- title: "Breaking Changes"

0 commit comments

Comments
 (0)