Release Notes

image

This nuget package has both the ReleaseNotes.txt and the Release Notes meta populated. I have a project created in Octopus Deploy with a Nuget Package Deploy step.

Is there a way, when we create a release, to get the Release Notes section of the Octopus Release to be populated with the Release Notes from the nuget package.

Thanks!
Mani

Hi Mani,

Thanks for getting in touch! Unfortunately there’s no way currently to automate the release’s release notes to pull from the package’s release notes. What I’d probably suggest is to use Octo.exe to pack, push and create-release using the same release notes file for the package and release. i.e. something like this, where both --releasenotesfile parameters point to the same file:

Octo.exe pack --id=VALUE --version=VALUE --releasenotesfile=VALUE
Octo.exe push --package=VALUE --server=VALUE --apiKey=VALUE
Octo.exe create-release --project=VALUE --version=VALUE --releasenotesfile=VALUE

There’s a pretty popular UserVoice suggestion to implement something like this, and I’d urge you to give it some more votes to boost its visibility. :slight_smile:

Additionally, the package’s release notes are displayed under the package details in the specific release’s page as shown below.

I hope this helps! Let me know what you think or if you have any further questions or concerns moving forward.

Best regards,

Kenny

Kenny,

Thanks for the detailed response! I’ve voted for UserVoice suggestion :slight_smile:

Thanks again for your response!
Mani

Hi Mani,

You’re very welcome! Thanks for letting me know, and please don’t hesitate to reach out if you have any further questions or concerns moving forward. :slight_smile:

Best regards,

Kenny

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.