Add comment explaining the release notes overwrite.
authorJarl Gullberg <jarl.gullberg@gmail.com>
Fri, 4 Aug 2017 11:58:39 +0000 (13:58 +0200)
committerJarl Gullberg <jarl.gullberg@gmail.com>
Fri, 4 Aug 2017 11:58:39 +0000 (13:58 +0200)
build.cmd

index a331806..2b2c27c 100644 (file)
--- a/build.cmd
+++ b/build.cmd
@@ -20,6 +20,7 @@ SET BuildTarget=
 if "%BuildRunner%" == "MyGet" (
   SET BuildTarget=NuGet
 
+  :: Replace the existing release notes file with one for this build only
   echo ### %PackageVersion% > RELEASE_NOTES.md
   echo         * git build >> RELEASE_NOTES.md
 )