Wrap release notes dependency subsection in dropdown#4139
Wrap release notes dependency subsection in dropdown#4139torredil wants to merge 1 commit intokubernetes:masterfrom
Conversation
Signed-off-by: Eddie Torres <torredil@amazon.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: torredil The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@xmudrii Small QOL improvement PTAL 🙏 The motivation for this: we are currently using release notes tool to generate our CHANGELOG over at https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/CHANGELOG.md (and it works great!) however, the dependencies subsection is overwhelming. Rather than disabling it in the report, we'd like to add a dropdown, ty! |
|
This looks good to me, thank you @torredil! But before we merge this, I have two questions:
|
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
|
/remove-lifecycle stale |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
The release-notes tool includes a dependency report by default, which provides valuable information about dependency changes between releases. However, this report can be quite lengthy and clutters the changelog, making it difficult for users to quickly scan the main changes (features, bug fixes, etc.).
Which issue(s) this PR fixes:
None.
Special notes for your reviewer:
Tested manually, see screenshots below for generated release notes diff.
Does this PR introduce a user-facing change?