postmanlabs / postman-code-generators

Common repository for all code generators shipped with Postman
Apache License 2.0
992 stars 350 forks source link

Using GitHub Actions to automate releases #699

Closed dhwaneetbhatt closed 1 year ago

dhwaneetbhatt commented 1 year ago

Automated the Release management process for GitFlow process using steps mentioned in this blog.

Changes

With the new changelog format, we now maintain an Unreleased section that will keep the list of all changes that are not yet released. The automation will insert the correct tag and create the links when drafting a new release. One advantage of this process is that we can keep adding to the CHANGELOG.md file in the PR to develop.