Release details
parent
c477bfeb94
commit
7f047f991b
|
@ -85,7 +85,7 @@ jobs:
|
||||||
else {
|
else {
|
||||||
$MsiVersion = $NextAutoSemver.Split("-")[0]
|
$MsiVersion = $NextAutoSemver.Split("-")[0]
|
||||||
$NextSemver = $NextAutoSemver.Replace("-0","-n")
|
$NextSemver = $NextAutoSemver.Replace("-0","-n")
|
||||||
$ReleaseName = "WAU " + $NextSemver + " [Nightly Build]"
|
$ReleaseName = "WAU 2.0 (" + $NextSemver + ") [Nightly Build]"
|
||||||
$Prerelease = 1
|
$Prerelease = 1
|
||||||
}
|
}
|
||||||
echo "MSI version: $MsiVersion"
|
echo "MSI version: $MsiVersion"
|
||||||
|
@ -151,6 +151,11 @@ jobs:
|
||||||
name: ${{ env.ReleaseName }}
|
name: ${{ env.ReleaseName }}
|
||||||
artifacts: "WAU.msi,WAU_ADMX.zip,WAU.zip,WAU_InstallCounter"
|
artifacts: "WAU.msi,WAU_ADMX.zip,WAU.zip,WAU_InstallCounter"
|
||||||
body: |
|
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|
|
|Files|Hash (SHA256)|Downloads|
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
|[WAU.msi](https://github.com/Romanitho/Winget-AutoUpdate/releases/download/v${{ env.NextSemVer }}/WAU.msi) (x64)|${{ env.MSI_SHA }}|<picture>![WAU.msi](https://img.shields.io/github/downloads/Romanitho/Winget-AutoUpdate/v${{ env.NextSemVer }}/WAU.msi?style=flat-square&label=&color=blue)</picture>|
|
|[WAU.msi](https://github.com/Romanitho/Winget-AutoUpdate/releases/download/v${{ env.NextSemVer }}/WAU.msi) (x64)|${{ env.MSI_SHA }}|<picture>![WAU.msi](https://img.shields.io/github/downloads/Romanitho/Winget-AutoUpdate/v${{ env.NextSemVer }}/WAU.msi?style=flat-square&label=&color=blue)</picture>|
|
||||||
|
|
Loading…
Reference in New Issue