Skip to content
Snippets Groups Projects
Commit e56fba13 authored by François Bobot's avatar François Bobot
Browse files

Release doc, git tag for beta

parent 90fe4a70
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ There are many administrative steps, coordinated by the release manager.
to use a tilde \textasciitilde{} between the version number and \texttt{beta},
and not a dash \texttt{-}.
\item Create the last commit
\item Create the tag using \texttt{git tag \$(cat VERSION)} and push it (e.g. via \texttt{git push origin \$(cat VERSION)})
\item Create the tag using \texttt{git tag \$(cat VERSION | sed -e "s/~/-/")} and push it (e.g. via \texttt{git push origin \$(cat VERSION | sed -e "s/~/-/")})
\end{enumerate}
\section{Update the Documentation}\label{update_doc}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment