Releasenotes from TFS checkin comments

Is it possible, or has somebody got some pointers for me, to add releasenotes to the Package based on the
checking comments (that are mandatory for us) from TFS?

So something like this:

  • Changeset 1765: Added …
  • Changeset 1766: Changed feature …

Hi,

I haven’t seen anyone doing this from TFS. A file containing release notes can be attached to a release in Octopus using Octo.exe with a --releasenotesfile argument. You would need to find a way using the TFS API’s to list the changes for the build and dump them into a file.

Paul