sendgrid/nodejs-http-client

Auto-generate the release notes upon release

thinkingserious opened this issue · 2 comments

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

  • A script, which when run, creates a release note update based on the last deployed release

I would like to give this a go

Closing as we're now using internal tooling for this.