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