Skip to content
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 proper author attribution to release notes / changelog #833

Merged
merged 1 commit into from
May 31, 2020

Conversation

stanley-cheung
Copy link
Collaborator

@stanley-cheung stanley-cheung commented May 30, 2020

Add a script to automate the process of generating the CHANGELOG.md file. Now instead of manually going through each PRs and pasting the title, we can just run

$ python3 scripts/release_notes.py --token=<token> > CHANGELOG.md

after each release to generate the new release notes.

This allows us to properly attribute the author for their contribution in the release notes and changelog.md, and also improve the visual consistencies.

@stanley-cheung stanley-cheung force-pushed the generate-release-notes branch 12 times, most recently from 3d23618 to 63b366c Compare May 31, 2020 08:50
@stanley-cheung stanley-cheung merged commit 7f16bff into grpc:master May 31, 2020
@stanley-cheung stanley-cheung deleted the generate-release-notes branch May 31, 2020 09:08
@stanley-cheung stanley-cheung changed the title Add a script to generate changelog Add proper author attribution to release notes / changelog May 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant