Add comment explaining the release notes overwrite.

This commit is contained in:
Jarl Gullberg 2017-08-04 13:58:39 +02:00
parent 73a72b519e
commit ead44aaf80
No known key found for this signature in database
GPG key ID: 750FF6F6BDA72D23

View file

@ -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
)