From 663fd40449de8292b47715915dce76466d39f233 Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Thu, 16 Apr 2026 15:46:40 +0200 Subject: [PATCH] fix: mark version 'next' as prerelease --- antora.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/antora.yml b/antora.yml index 7a9dfd8..cdc62f1 100644 --- a/antora.yml +++ b/antora.yml @@ -1,6 +1,7 @@ name: ios-app title: Mobile App for iOS version: 'next' +prerelease: true start_page: ROOT:index.adoc nav: - modules/ROOT/partials/nav.adoc