I wanted to include my release notes for every build in my cruise control and nant scripts. This is how I accomplished it: In my VS.Net solution I created a ReleaseNotes.txt and a CurrentBuildReleaseNotes.txt files. While I develop on the current build I make my notes in the CurrentBuildReleaseNotes.txt file. The following extract from the nant build script shows how to add these notes to the "main" ReleaseNotes.txt, clear the CurrentBuildReleaseNotes.txt file and then to check it back into VSS....