From ad8e1014874219be2572cc0313acf01e11868a62 Mon Sep 17 00:00:00 2001 From: Amilendra Kodithuwakku Date: Fri, 19 Dec 2025 14:15:46 +0000 Subject: [PATCH] Set draftversion to true draftversion is set to true by the first patch after a release, but then that patch gets polluted with unrelated changes. (see #424) This standalone patch restores draftversion to true, so that other interesting patches do not have to worry about it. --- cmse/cmse.md | 2 +- main/acle.md | 2 +- morello/morello.md | 2 +- mve_intrinsics/mve.md | 2 +- mve_intrinsics/mve.template.md | 2 +- neon_intrinsics/advsimd.md | 2 +- neon_intrinsics/advsimd.template.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cmse/cmse.md b/cmse/cmse.md index 60fae9d0..e62bd2be 100644 --- a/cmse/cmse.md +++ b/cmse/cmse.md @@ -5,7 +5,7 @@ date-of-issue: 21 June 2024 set-quote-highlight: true # LaTeX specific variables copyright-text: Copyright 2019, 2021-2024 Arm Limited and/or its affiliates . -draftversion: false +draftversion: true # Jekyll specific variables header_counter: true toc: true diff --git a/main/acle.md b/main/acle.md index da4c48d5..6b11fe42 100644 --- a/main/acle.md +++ b/main/acle.md @@ -4,7 +4,7 @@ version: 2025Q3 date-of-issue: 14 November 2025 # LaTeX specific variables copyright-text: "Copyright: see section \\texorpdfstring{\\nameref{copyright}}{Copyright}." -draftversion: false +draftversion: true # Jekyll specific variables header_counter: true toc: true diff --git a/morello/morello.md b/morello/morello.md index 57cbd34f..352d196d 100644 --- a/morello/morello.md +++ b/morello/morello.md @@ -4,7 +4,7 @@ version: 02alpha date-of-issue: 11 January 2022 # LaTeX specific variables copyright-text: Copyright 2020-2022 Arm Limited and/or its affiliates . -draftversion: false +draftversion: true # Jekyll specific variables header_counter: true toc: true diff --git a/mve_intrinsics/mve.md b/mve_intrinsics/mve.md index afa93b10..f653ebf3 100644 --- a/mve_intrinsics/mve.md +++ b/mve_intrinsics/mve.md @@ -5,7 +5,7 @@ date-of-issue: 11 January 2022 # LaTeX specific variables landscape: true copyright-text: Copyright 2019-2022 Arm Limited and/or its affiliates . -draftversion: false +draftversion: true # Jekyll specific variables header_counter: true toc: true diff --git a/mve_intrinsics/mve.template.md b/mve_intrinsics/mve.template.md index 590d2e19..92f4575e 100644 --- a/mve_intrinsics/mve.template.md +++ b/mve_intrinsics/mve.template.md @@ -5,7 +5,7 @@ date-of-issue: 11 January 2022 # LaTeX specific variables landscape: true copyright-text: Copyright 2019-2022 Arm Limited and/or its affiliates . -draftversion: false +draftversion: true # Jekyll specific variables header_counter: true toc: true diff --git a/neon_intrinsics/advsimd.md b/neon_intrinsics/advsimd.md index 279e8f93..dad00fa3 100644 --- a/neon_intrinsics/advsimd.md +++ b/neon_intrinsics/advsimd.md @@ -5,7 +5,7 @@ date-of-issue: 06 June 2025 # LaTeX specific variables landscape: true copyright-text: "Copyright: see section \\texorpdfstring{\\nameref{copyright}}{Copyright}." -draftversion: false +draftversion: true # Jekyll specific variables header_counter: true toc: true diff --git a/neon_intrinsics/advsimd.template.md b/neon_intrinsics/advsimd.template.md index b7f5c7d2..80d1ce7a 100644 --- a/neon_intrinsics/advsimd.template.md +++ b/neon_intrinsics/advsimd.template.md @@ -5,7 +5,7 @@ date-of-issue: 06 June 2025 # LaTeX specific variables landscape: true copyright-text: "Copyright: see section \\texorpdfstring{{\\nameref{{copyright}}}}{{Copyright}}." -draftversion: false +draftversion: true # Jekyll specific variables header_counter: true toc: true