Skip to content

Commit 7a38124

Browse files
authored
chore: configure release notes to be less noisy (#3028)
We have adopted this in [pulumi-terraform-module](https://github.com/pulumi/pulumi-terraform-module) and it seems to be helping a bit.
1 parent de71598 commit 7a38124

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# .github/release.yml
2+
#
3+
# This file configures automated release note generation to reduce noise and exclude pulumi-bot changes from the notes.
4+
#
5+
# See https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#example-configurations
6+
7+
changelog:
8+
exclude:
9+
labels:
10+
- impact/no-changelog-required
11+
authors:
12+
- pulumi-bot

0 commit comments

Comments
 (0)