Release notes

Question, I have multi package release, each nuget package has a release note - anyway when you create a new release it can combine all the release notes together into the package release notes?

Hi Matt,

Thanks for reaching out. There’s not a way to do this out of the box currently. We have a uservoice suggestion for this feature though: http://octopusdeploy.uservoice.com/forums/170787-general/suggestions/7639422-default-release-notes-for-release-created-from-pac . Try to drop by and add a few votes to it if you’d like to see it implemented on future versions.

You could achieve this by gathering all the release notes into a file and create the release using Octo.exe create-release with the --releasenotes or --releasenotesfile parameters. This could be done from your build server as a post-build step.

Hope that helps,

Dalmiro