Skip to content
Snippets Groups Projects
Commit 8b7d0129 authored by Thibault Martin's avatar Thibault Martin
Browse files

[doc] Move pipeline instructions in the pipeline section

parent b349462f
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,13 @@ following: ...@@ -32,6 +32,13 @@ following:
on \texttt{pub} (it must be started manually and requires the branch). on \texttt{pub} (it must be started manually and requires the branch).
\end{description} \end{description}
After running \texttt{release-branch} and \texttt{release-create}, either the
tag indicates a beta release and then this tag is pushed on the public GitLab
repository (\url{https://git.frama-c.com/pub/frama-c/-/tags}), or it is a final
release and the release should be available in
\url{https://git.frama-c.com/pub/frama-c/-/releases}, as well as the tag of the
version in \url{https://git.frama-c.com/pub/frama-c/-/tags}.
\section{Check the website} \section{Check the website}
Once the pipeline for the website has run, open \texttt{https://pub.frama-c.com}. Once the pipeline for the website has run, open \texttt{https://pub.frama-c.com}.
...@@ -114,16 +121,6 @@ links (files are available only once the website has been put online). If ...@@ -114,16 +121,6 @@ links (files are available only once the website has been put online). If
everything is fine, edit the main wiki page and the sidebar with a link to the everything is fine, edit the main wiki page and the sidebar with a link to the
page (\url{https://git.frama-c.com/pub/frama-c/-/wikis/home}). page (\url{https://git.frama-c.com/pub/frama-c/-/wikis/home}).
In the release pipeline, run the job \texttt{release - release-branch}. It will
push the stable branch on the public repository.
Then, run the job \texttt{release - release-create}. After this, either the
tag indicates a beta release and then this tag is pushed on the public GitLab
repository (\url{https://git.frama-c.com/pub/frama-c/-/tags}), or it is a final
release and the release should be available in
\url{https://git.frama-c.com/pub/frama-c/-/releases}, as well as the tag of the
version in \url{https://git.frama-c.com/pub/frama-c/-/tags}.
\section{Announcements} \section{Announcements}
\begin{itemize} \begin{itemize}
......
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