Skip to content

Commit c58f7ef

Browse files
fix: exclude internal from automatic changelog (#159)
Don't include PRs labeled as internal in the automatically generated changelog
1 parent 156465d commit c58f7ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,7 @@ changelog:
3232
- dependencies
3333
- title: Other changes
3434
labels:
35-
- "*"
35+
- "*"
36+
exclude:
37+
labels:
38+
- internal

0 commit comments

Comments
 (0)