diff --git a/build/windows/store/3_dist-gimp-winsdk.ps1 b/build/windows/store/3_dist-gimp-winsdk.ps1 index f566864dc1..1bba57815b 100644 --- a/build/windows/store/3_dist-gimp-winsdk.ps1 +++ b/build/windows/store/3_dist-gimp-winsdk.ps1 @@ -119,7 +119,6 @@ if ($micro -ne '0') ### Get GIMP revision if ($revision -match '[1-9]' -and $CI_PIPELINE_SOURCE -ne 'schedule') { - $revision = $revision -replace 'MSIXUPLOAD_','' $revision_text = ", revision: $revision" } elseif ($GIMP_RC_VERSION) diff --git a/build/windows/store/README.md b/build/windows/store/README.md index b04d37ebce..17d2df2949 100644 --- a/build/windows/store/README.md +++ b/build/windows/store/README.md @@ -1,14 +1,15 @@ # GIMP MSIX HowTo -## Development releases +## Stable and Development releases -The MS Store/Partner Center hosts our development point releases: -https://partner.microsoft.com/dashboard/products/9NZVDVP54JMR/overview +The MS Store/Partner Center hosts our stable and development point releases: +https://partner.microsoft.com/dashboard/apps-and-games/overview -Base rule to update the "GIMP (Preview)" entry: +Base rule to update the "GIMP" or "GIMP (Preview)" entry: * Regularly, a .msixupload will be generated at each tagged commit. It also can be - with a custom pipeline valuating `GIMP_CI_MS_STORE` to `MSIXUPLOAD_${REVISION}`. + with a custom pipeline valuating `GIMP_CI_MS_STORE` variable to `${REVISION}` as + briefly explained in ["Versioning the MSIX"](#versioning-the-msix) section. In the process, it will be auto submitted (without changelog) to Partner Center. ## Maintaining the MSIX