chore: release 1.4.2 with the signed release workflow - #204
Merged
Conversation
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
phil-davis
approved these changes
Jul 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enrolls
firstrunwizardin the shared signed release workflow and cuts 1.4.2, whichships the extension-free legacy routes from #203.
Changes
ci: add signed release workflow— new.github/workflows/release.ymlcallingowncloud/reusable-workflows/.github/workflows/release.yml@mainonv*tags. Therepo's
make distbuilds both an unsignedsourcepackage and a signedappstorepackage, so
artifact-globis narrowed tobuild/artifacts/appstore/*.tar.gz—otherwise the workflow's "artifacts are signed" assertion would trip on the source
tarball.
chore: bump version to 1.4.2—appinfo/info.xml1.4.1 → 1.4.2 and thechangelog's
[Unreleased]section closed out as[1.4.2] - 2026-07-28.Once merged, tag
v1.4.2and the workflow builds, G2-signs and publishesfirstrunwizard.tar.gz— no signing on a laptop. Verified locally thatmake distwith the workflow's
CAN_SIGN=true sign="ocsign …"override produces a valid signature(159 files,
CN=firstrunwizard, chain verifies to the G2 root).🤖 Generated with Claude Code