mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-03 17:15:48 +00:00
Add comment explaining the release notes overwrite.
This commit is contained in:
parent
73a72b519e
commit
ead44aaf80
|
@ -20,6 +20,7 @@ SET BuildTarget=
|
||||||
if "%BuildRunner%" == "MyGet" (
|
if "%BuildRunner%" == "MyGet" (
|
||||||
SET BuildTarget=NuGet
|
SET BuildTarget=NuGet
|
||||||
|
|
||||||
|
:: Replace the existing release notes file with one for this build only
|
||||||
echo ### %PackageVersion% > RELEASE_NOTES.md
|
echo ### %PackageVersion% > RELEASE_NOTES.md
|
||||||
echo * git build >> RELEASE_NOTES.md
|
echo * git build >> RELEASE_NOTES.md
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue