OctopusDeploy / OctoTFS

| Public | Octopus extensions for Azure DevOps, TFS, VSTS, and VSO
https://marketplace.visualstudio.com/items?itemName=octopusdeploy.octopus-deploy-build-release-tasks
Other
0 stars 41 forks source link

Create release step is always passing the release notes file #160

Closed slewis74 closed 5 years ago

slewis74 commented 5 years ago

The Create Release step implementation regressed at some point and no longer uses the checkboxes related to whether to build the release notes, it always build the file and passes it regardless of their value.

This has a knock on effect for the new release notes templates functionality in Octopus. When the release notes file is passed via octo.exe to the API it's contents override the project's release notes template, which means the templates cannot be used when the release is being created by ADO.

thedewi commented 5 years ago

Fixed in #161.