Generating Changes between versions

I love the “see changes between versions” feature, https://octopus.com/downloads/compare?to=3.14.0, you have on the support site. How do yall generate this? Is is a product I can purchase from someone, or is this a custom process yall wrote which iterates over GIT Commit logs or JIRA tickets?

casey

Hi Casey,

Thanks for getting in touch! We store the release notes for each version in a database during our release process. While they are generated from GitHub, there isn’t anything fancy or dynamic about the process.
It isn’t OSS, nor a product for purchase unfortunately. Our release bot goes through GH items for release notes comments, and tagged to the correct milestone to build the list, which is then inserted as a record in our front-end systems.

Hopefully I haven’t spoiled the magic :slight_smile:
Vanessa