Skip to content

Commit 5697a12

Browse files
authored
chore(release): raise the version line above 1.1.0-beta.1 (decidesk) (#932)
The App Store serves 1.1.0-beta.1 (decidesk) for this app, and the release workflow was computing a beta BELOW it. The baseline comes from this repo's latest stable tag and appinfo/info.xml, neither of which knows what was published while the fleet released from Codeberg -- that line had walked up a minor that only exists as prerelease tags, which the stable-tag filter cannot see. The store has no version ordering rule (_check_permission validates existence and ownership only), so a lower version uploads with a 200 and is then never offered to anyone already on the higher one. Setting the baseline to 1.1.0 makes the next beta 1.1.1-beta.<ts>, which clears it. Minor bump only -- the major is unchanged.
1 parent 9397669 commit 5697a12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Vrij en open source onder de EUPL-1.2-licentie.
5151
version is <= the stored one, and unlike the SCHEMA path it has no
5252
content-differs escape hatch to fall back on.
5353
-->
54-
<version>1.0.1-unstable.20260826225043</version>
54+
<version>1.1.0</version>
5555
<licence>EUPL-1.2</licence>
5656
<author mail="info@conduction.nl" homepage="https://www.conduction.nl/">Conduction</author>
5757
<namespace>Decidiq</namespace>

0 commit comments

Comments
 (0)