From 6c4870182f66d3910b4eba559a2aaf51f01304f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?=
<1005065+DeepDiver1975@users.noreply.github.com>
Date: Tue, 28 Jul 2026 18:04:53 +0200
Subject: [PATCH 1/2] ci: add signed release workflow
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
---
.github/workflows/release.yml | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 .github/workflows/release.yml
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
new file mode 100644
index 0000000000..a18efa0511
--- /dev/null
+++ b/.github/workflows/release.yml
@@ -0,0 +1,24 @@
+name: Release
+
+on:
+ push:
+ tags:
+ - 'v*'
+
+permissions:
+ contents: read
+
+jobs:
+ release:
+ permissions:
+ contents: write
+ uses: owncloud/reusable-workflows/.github/workflows/release.yml@main
+ with:
+ app-name: firstrunwizard
+ # "make dist" also builds an unsigned source package; only the appstore
+ # package is signed, so limit the release to that one.
+ artifact-glob: build/artifacts/appstore/*.tar.gz
+ secrets:
+ SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
+ SIGNING_CERT: ${{ secrets.SIGNING_CERT }}
+ SIGNING_CHAIN: ${{ secrets.SIGNING_CHAIN }}
From db2ee327f8424f64fd4824301bb010980d747f7e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?=
<1005065+DeepDiver1975@users.noreply.github.com>
Date: Tue, 28 Jul 2026 18:04:53 +0200
Subject: [PATCH 2/2] chore: bump version to 1.4.2
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
---
CHANGELOG.md | 5 ++++-
appinfo/info.xml | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f15e9f4c0a..0b89850077 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [Unreleased]
+## [1.4.2] - 2026-07-28
+
### Changed
- Rewire the legacy routes to extension-free urls so they are reachable at their own declared urls - [#203](https://github.com/owncloud/firstrunwizard/pull/203)
@@ -58,7 +60,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Initial implementation
-[Unreleased]: https://github.com/owncloud/firstrunwizard/compare/v1.4.1..master
+[Unreleased]: https://github.com/owncloud/firstrunwizard/compare/v1.4.2..master
+[1.4.2]: https://github.com/owncloud/firstrunwizard/compare/v1.4.1..v1.4.2
[1.4.1]: https://github.com/owncloud/firstrunwizard/compare/v1.4.0..v1.4.1
[1.4.0]: https://github.com/owncloud/firstrunwizard/compare/v1.2.0..v1.4.0
[1.2.0]: https://github.com/owncloud/firstrunwizard/compare/v1.1.1...v1.2.0
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c1c533f8cf..c78ec68455 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@ The First run wizard can be customized to meet specific design goals, or to chan
- 1.4.1
+ 1.4.2
FirstRunWizard