Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
cdf6ec13
Commit
cdf6ec13
authored
1 year ago
by
Allan Blanchard
Browse files
Options
Downloads
Patches
Plain Diff
[release/doc] a few details in the manual
parent
0615acc7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/release/branch.tex
+16
-5
16 additions, 5 deletions
doc/release/branch.tex
doc/release/validation.tex
+4
-1
4 additions, 1 deletion
doc/release/validation.tex
with
20 additions
and
6 deletions
doc/release/branch.tex
+
16
−
5
View file @
cdf6ec13
...
@@ -68,21 +68,32 @@ one.
...
@@ -68,21 +68,32 @@ one.
\section
{
Version
}
\section
{
Version
}
E
xecute the script:
On the new
\texttt
{
stable
}
branch, e
xecute the script:
\begin{verbatim}
\begin{verbatim}
./dev/set-version.sh NN.M # to be replaced with actual major/minor version
./dev/set-version.sh NN.M # to be replaced with actual major/minor version
\end{verbatim}
\end{verbatim}
This will:
This will:
\begin{itemize}
\begin{itemize}
\item
update the
\texttt
{
Changelog
}
s
\item
update the
\texttt
{
Changelog
}
s
\item
update the changes in the manuals (excluding ACSL and E-ACSL references)
\item
update the changes in the manuals
\textbf
{
(excluding ACSL and E-ACSL references)
}
\item
update the
\texttt
{
VERSION
}
and
\texttt
{
VERSION
\_
CODENAME
}
files
\item
update the
\texttt
{
VERSION
}
and
\texttt
{
VERSION
\_
CODENAME
}
files
\item
update the
\texttt
{
opam
}
file
\item
update the
\texttt
{
opam
}
file
s (Frama-C, lint, hdrck)
\item
update the API doc
\item
update the API doc
\end{itemize}
\end{itemize}
Merge the branch in
\texttt
{
master
}
and add a commit to
\texttt
{
master
}
by
Merge the
\texttt
{
stable
}
branch in the
\texttt
{
master
}
branch.
adding
\texttt
{
"+dev"
}
in the
\texttt
{
VERSION
}
file.
On the
\texttt
{
master
}
branch, execute the script:
\begin{verbatim}
./dev/set-version.sh dev
\end{verbatim}
This will:
\begin{itemize}
\item
update the
\texttt
{
VERSION
}
file
\item
update the
\texttt
{
opam
}
files (Frama-C, lint, hdrck)
\end{itemize}
Commit this change and push.
\section
{
Copyright
}
\section
{
Copyright
}
...
...
This diff is collapsed.
Click to expand it.
doc/release/validation.tex
+
4
−
1
View file @
cdf6ec13
...
@@ -37,7 +37,6 @@ Change version and codename in the following files:
...
@@ -37,7 +37,6 @@ Change version and codename in the following files:
\begin{itemize}
\begin{itemize}
\item
\texttt
{
ALL
\_
VERSIONS
}
(non-beta only)
\item
\texttt
{
ALL
\_
VERSIONS
}
(non-beta only)
\item
\texttt
{
VERSION
}
(for beta releases, add suffix
\texttt
{
\textasciitilde
{}
beta
}
, not
\texttt
{
-beta
}
)
\item
\texttt
{
VERSION
}
(for beta releases, add suffix
\texttt
{
\textasciitilde
{}
beta
}
, not
\texttt
{
-beta
}
)
\item
\texttt
{
VERSION
\_
CODENAME
}
\item
\texttt
{
opam
}
\item
\texttt
{
opam
}
\begin{itemize}
\begin{itemize}
\item
change version (for beta releases, add suffix
\texttt
{
\textasciitilde
{}
beta
}
, not
\texttt
{
-beta
}
)
\item
change version (for beta releases, add suffix
\texttt
{
\textasciitilde
{}
beta
}
, not
\texttt
{
-beta
}
)
...
@@ -187,6 +186,10 @@ of the website and the wiki page.
...
@@ -187,6 +186,10 @@ of the website and the wiki page.
Create the version commit, tag it using
\texttt
{
git tag
\$
(cat VERSION | sed -e "s/
\textasciitilde
/-/")
}
Create the version commit, tag it using
\texttt
{
git tag
\$
(cat VERSION | sed -e "s/
\textasciitilde
/-/")
}
and push it (e.g. via
\texttt
{
git push origin
\$
(cat VERSION | sed -e "s/
\textasciitilde
/-/")
}
).
and push it (e.g. via
\texttt
{
git push origin
\$
(cat VERSION | sed -e "s/
\textasciitilde
/-/")
}
).
\textbf
{
If the tagged commit itself has not been pushed, remember to push it, else,
the release pipeline will fail.
}
%%%Local Variables:
%%%Local Variables:
%%%TeX-master: "release"
%%%TeX-master: "release"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment