TeamCity NuGet Pack - enable release notes on command line

When using the TeamCity Pack NuGet Build step, there is a small box at the bottom of the page to allow you to specify additional command line arguments.

I wonder if there is a way to move the VCS logs to NuGet release notes via the command line?

Or, is there another way to get TeamCity to update the NuGet package release notes to include VCS commit messages?

enter image description here

+3


source to share


1 answer


Don't use the command line.



I am using GitReleaseNotes to generate my release notes from git. You can run this before you package the NuGet package and include it as a readme file for the package, or do another build step in between that updates the NuSpec from the generated file.

+4


source







All Articles