From ead44aaf8054be057f392ce112daf8fa402c3b2f Mon Sep 17 00:00:00 2001 From: Jarl Gullberg Date: Fri, 4 Aug 2017 13:58:39 +0200 Subject: [PATCH] Add comment explaining the release notes overwrite. --- build.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/build.cmd b/build.cmd index a331806..2b2c27c 100644 --- 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 ) -- 2.7.4