From 7cbf51a09d3052cc2aba2add2ffc6047276c1358 Mon Sep 17 00:00:00 2001 From: Thibault Martin <thi.martin.pro@pm.me> Date: Mon, 13 May 2024 10:36:13 +0200 Subject: [PATCH] [doc] Mention to not add ~beta when using set-version script --- doc/release/branch.tex | 4 ++++ doc/release/validation.tex | 1 + 2 files changed, 5 insertions(+) diff --git a/doc/release/branch.tex b/doc/release/branch.tex index beeaa204323..fd34e925db4 100644 --- a/doc/release/branch.tex +++ b/doc/release/branch.tex @@ -75,6 +75,10 @@ On the new \texttt{stable} branch, execute the script: \begin{verbatim} ./dev/set-version.sh NN.M # to be replaced with actual major/minor version \end{verbatim} + +\textbf{Do not add \texttt{\textasciitilde{}beta} here, this will be done +manually in section~\ref{sec:validation:version}.} + This will: \begin{itemize} \item update the \texttt{Changelog}s diff --git a/doc/release/validation.tex b/doc/release/validation.tex index b09995dbf48..22097b2ca6f 100644 --- a/doc/release/validation.tex +++ b/doc/release/validation.tex @@ -28,6 +28,7 @@ If you don't know them, ask plug-in developers to verify them. \end{itemize} \section{Fix version} +\label{sec:validation:version} The tasks listed in this section are performed by the Release Manager. -- GitLab