We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de71598 commit 7a38124Copy full SHA for 7a38124
.github/release.yml
@@ -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