-
Notifications
You must be signed in to change notification settings - Fork 546
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
docs(git): add changelog #765
Conversation
Also, the tool used to generate this assigns content to a header based on labels. This means that we can label merged PRs with labels such as "bug" and they will be listed under the "Fixed Bugs" header. It also has options for custom headers and tags. |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alecmerdler, njhale The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
New changes are detected. LGTM label has been removed. |
/retest |
1 similar comment
/retest |
@njhale: The following tests 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. |
After some digging, I noticed that projects like etcd and kubernetes make use of a
CHANGELOG.md
file as the primary source of info for GH releases. Some supplemental googling lead to a wealth of info on the matter (https://keepachangelog.com/en/1.0.0/ and https://github.com/olivierlacan/keep-a-changelog/blob/master/CHANGELOG.md) and even a tool for generating changelogs.This PR contains the output of
github-changelog-generator
- Let me know if we can use this as-is, or if the output needs to be better curated.