Add comment explaining the release notes overwrite.
This commit is contained in:
parent
73a72b519e
commit
ead44aaf80
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue