From: Jarl Gullberg Date: Fri, 4 Aug 2017 11:58:39 +0000 (+0200) Subject: Add comment explaining the release notes overwrite. X-Git-Tag: v3.0.0~40^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ead44aaf8054be057f392ce112daf8fa402c3b2f;p=platform%2Fcore%2Fcsapi%2Fopentk.git Add comment explaining the release notes overwrite. --- 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 )