-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🔨 Add tests (💚) and chores (🔨) categories to release notes #4853
🔨 Add tests (💚) and chores (🔨) categories to release notes #4853
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
So the PR verify test is failing because it is using a github action from kubebuilder-release-tools which doesn't recognize the new emojis https://github.com/kubernetes-sigs/kubebuilder-release-tools/blob/master/verify/type.go#L44 The options going forward I see are:
|
Alternatively how about we drop |
@vincepri thoughts on ^ ? |
I'd rather not fully drop it, because sometimes it's useful to see what has changed, it's the really minor ones that are usually removed. Let's PR the tools, I think we can release a new version of the github action so folks can move to the new system over time |
@CecileRobertMichon How do you want to proceed here? |
This slipped my mind. I'll open PRs for release-tools when I get a chance |
@CecileRobertMichon: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Going to revisit this to see how we can use https://github.blog/2021-10-04-beta-github-releases-improving-release-experience/ instead of maintaining our own tooling. /close |
@CecileRobertMichon: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Maybe this also allows us to switch to merge_method squash (afaik we only need "merge" for the release notes generation) |
What this PR does / why we need it: Improvements following the v0.4.0 release process, there were too many PRs categorized "others", a lot of them not user-facing and irrelevant for release notes. This adds two new categories:
:green_heart:
, tests):hammer:
chores, infra, maintenance - these will not appear in release notes)Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #