sendgrid / python-http-client

Twilio SendGrid's Python HTTP Client for calling APIs
https://sendgrid.com
MIT License
126 stars 101 forks source link

Auto-generate the release notes upon release #108

Closed thinkingserious closed 6 years ago

thinkingserious commented 6 years ago

Issue Summary

For every release, we hand craft the release notes on GitHub, now we would like to automate this process. Please see the existing release notes for an example. The contents of the release notes are generated from the CHANGELOG.md file. Here is the documentation for updating the release notes via the GitHub API.

Acceptance Criteria

shivanshs9 commented 6 years ago

I would like to work on it. Should I also look for a post-commit hook which looks for changes in version.txt?