diff --git a/.github/workflows/WAU-ReleaseBuilder.yml b/.github/workflows/WAU-ReleaseBuilder.yml index 579c49f..2d59894 100644 --- a/.github/workflows/WAU-ReleaseBuilder.yml +++ b/.github/workflows/WAU-ReleaseBuilder.yml @@ -85,7 +85,7 @@ jobs: else { $MsiVersion = $NextAutoSemver.Split("-")[0] $NextSemver = $NextAutoSemver.Replace("-0","-n") - $ReleaseName = "WAU " + $NextSemver + " [Nightly Build]" + $ReleaseName = "WAU 2.0 (" + $NextSemver + ") [Nightly Build]" $Prerelease = 1 } echo "MSI version: $MsiVersion" @@ -151,6 +151,11 @@ jobs: name: ${{ env.ReleaseName }} artifacts: "WAU.msi,WAU_ADMX.zip,WAU.zip,WAU_InstallCounter" body: | + ## ⚠️ Breaking changes ⚠️ + - Registry key for configurations moved to HKLM\SOFTWARE\Romanitho\Winget-AutoUpdate, which can affect administrators. + - WAU.msi will update in the current install folder. It is recommanded to uninstall WAU v1 and reinstall WAU v2 in default install folder (ProgramFiles). + + ## Files |Files|Hash (SHA256)|Downloads| |---|---|---| |[WAU.msi](https://github.com/Romanitho/Winget-AutoUpdate/releases/download/v${{ env.NextSemVer }}/WAU.msi) (x64)|${{ env.MSI_SHA }}|![WAU.msi](https://img.shields.io/github/downloads/Romanitho/Winget-AutoUpdate/v${{ env.NextSemVer }}/WAU.msi?style=flat-square&label=&color=blue)|