build/windows: Update MSIX README to mention Stable entry

This commit is contained in:
Bruno Lopes 2025-03-14 19:57:05 -03:00
parent 26caad3f3b
commit a091b6b2d8
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -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)

View file

@ -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