Skip to content

Commit 39b2417

Browse files
committed
Add release.yml to aid pre-release release notes generation
Currently this is only for pre-release builds as main releases usually use hand-written release notes. However, eventually main release notes may use this as part of the full release notes to allow people to look at the full list of changes, but I haven't decided if that's desired yet as it may just be duplicate information.
1 parent 4c5bd96 commit 39b2417

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/release.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Customize GitHub release notes generation. This is only used for pre-release builds for now as
2+
# main releases have hand-written release notes.
3+
changelog:
4+
exclude:
5+
labels:
6+
- dependencies
7+
- Non User Facing

0 commit comments

Comments
 (0)