-
Notifications
You must be signed in to change notification settings - Fork 832
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PM-14880] Add release notes config #4295
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
changelog: | ||
exclude: | ||
labels: | ||
- ignore-for-release | ||
- tests-only | ||
categories: | ||
- title: ':tada: Exciting New Features' | ||
labels: | ||
- '*' | ||
exclude: | ||
authors: | ||
- renovate[bot] | ||
- title: ๐ Bug Fixes | ||
labels: | ||
- bug | ||
- title: ':mega: Community Contributions Highlight' | ||
labels: | ||
- community-pr | ||
- title: โก Performance | ||
labels: | ||
- performance | ||
- title: ๐ Dependencies & Housekeeping | ||
authors: | ||
- renovate[bot] | ||
Comment on lines
+23
to
+24
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
labels: | ||
- ci/cd | ||
- chore | ||
- tests-only | ||
- refactor | ||
- tests-only | ||
Comment on lines
+28
to
+30
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. โ๏ธ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๐ค Shouldn't we exclude the labels of the other categories here? So e.g. a PR labeled with
bug
is not listed as an exciting new feature.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This applies to the other comments too, all of these were put in place to test how their implementation reacts to misconfiguration. I'll update the description to note that.