Skip to content

Commit 7f3c0e6

Browse files
authored
Set draftversion to true (#427)
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.
1 parent 1622440 commit 7f3c0e6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

cmse/cmse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date-of-issue: 21 June 2024
55
set-quote-highlight: true
66
# LaTeX specific variables
77
copyright-text: Copyright 2019, 2021-2024 Arm Limited and/or its affiliates <open-source-office@arm.com>.
8-
draftversion: false
8+
draftversion: true
99
# Jekyll specific variables
1010
header_counter: true
1111
toc: true

morello/morello.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 02alpha
44
date-of-issue: 11 January 2022
55
# LaTeX specific variables
66
copyright-text: Copyright 2020-2022 Arm Limited and/or its affiliates <open-source-office@arm.com>.
7-
draftversion: false
7+
draftversion: true
88
# Jekyll specific variables
99
header_counter: true
1010
toc: true

mve_intrinsics/mve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date-of-issue: 11 January 2022
55
# LaTeX specific variables
66
landscape: true
77
copyright-text: Copyright 2019-2022 Arm Limited and/or its affiliates <open-source-office@arm.com>.
8-
draftversion: false
8+
draftversion: true
99
# Jekyll specific variables
1010
header_counter: true
1111
toc: true

mve_intrinsics/mve.template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date-of-issue: 11 January 2022
55
# LaTeX specific variables
66
landscape: true
77
copyright-text: Copyright 2019-2022 Arm Limited and/or its affiliates <open-source-office@arm.com>.
8-
draftversion: false
8+
draftversion: true
99
# Jekyll specific variables
1010
header_counter: true
1111
toc: true

neon_intrinsics/advsimd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date-of-issue: 06 June 2025
55
# LaTeX specific variables
66
landscape: true
77
copyright-text: "Copyright: see section \\texorpdfstring{\\nameref{copyright}}{Copyright}."
8-
draftversion: false
8+
draftversion: true
99
# Jekyll specific variables
1010
header_counter: true
1111
toc: true

neon_intrinsics/advsimd.template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date-of-issue: 06 June 2025
55
# LaTeX specific variables
66
landscape: true
77
copyright-text: "Copyright: see section \\texorpdfstring{{\\nameref{{copyright}}}}{{Copyright}}."
8-
draftversion: false
8+
draftversion: true
99
# Jekyll specific variables
1010
header_counter: true
1111
toc: true

0 commit comments

Comments
 (0)