Automatic Release Notes

It’s a good idea to have Release Notes. But how to build Release Notes in automatic mode?

The following post inspired by the https://marketplace.visualstudio.com/items?itemName=richardfennellBM.BM-VSTS-GenerateReleaseNotes-Task I didn’t implement this DevOps pipeline extension but took the idea and some PowerShell scripts.

Scenario

After every single successful Code Build on Build Server, I would like to save Code Build changesets and developer comments. Then I would like to add it to the Release Notes.

Continue reading “Automatic Release Notes”