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
f4d21a2c
Commit
f4d21a2c
authored
10 months ago
by
Thibault Martin
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Add notes
parent
331a8d80
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
+3
-3
3 additions, 3 deletions
doc/release/branch.tex
doc/release/validation.tex
+8
-6
8 additions, 6 deletions
doc/release/validation.tex
with
11 additions
and
9 deletions
doc/release/branch.tex
+
3
−
3
View file @
f4d21a2c
...
...
@@ -28,7 +28,7 @@ Protected Branches.\\
\section
{
Creating the branch
}
Note that y
ou must be member of the GitLab groups "frama-c", "dev" and have
\textbf
{
Note:
}
Y
ou must be member of the GitLab groups "frama-c", "dev" and have
access to each plugin of continuous integration.
Create the branch
\texttt
{
stable/release
}
, where
\texttt
{
release
}
is the
...
...
@@ -54,8 +54,8 @@ and go through Merge-requests. Everything else should go in \texttt{master},
which can then be reset to standard-level protection (Developers + Maintainers
allowed to push/merge).
If there are still merge requests tagged for this release, make
sure to set
their targeted branch to
\texttt
{
stable/release
}
.
\textbf
{
Note:
}
If there are still merge requests tagged for this release, make
sure to set
their targeted branch to
\texttt
{
stable/release
}
.
\section
{
GitLab issues
}
...
...
This diff is collapsed.
Click to expand it.
doc/release/validation.tex
+
8
−
6
View file @
f4d21a2c
...
...
@@ -100,8 +100,9 @@ git ls-files -z | \
parallel -0 -n1 git blame --line-porcelain |
\
sed -n 's/
^
author //p' | sort -f | uniq -ic | sort -nr
\end{verbatim}
This requires to install the package
\texttt
{
parallel
}
(source for the command:
\url
{
https://gist.github.com/amitchhajer/4461043
}
).
\textbf
{
Note:
}
This requires to install the package
\texttt
{
parallel
}
. Source
for the command:
\url
{
https://gist.github.com/amitchhajer/4461043
}
.
\subsection
{
Commit
}
...
...
@@ -196,10 +197,11 @@ expected format is:
\end{lstlisting}
It should only list main changes, that will be displayed on the event section of
the website and the wiki page. Make sure to use markdown code formating
\verb
+
``
+
if the texte contains things that could be affected by markdown
formatting (for example
\verb
+
\word1_word2
+
will be displayed as
\verb
+
word2
+
without code formatting.
the website and the wiki page.
\textbf
{
Note:
}
Make sure to use markdown code formating
\verb
+
``
+
if the texte
contains things that could be affected by markdown formatting (for example
\verb
+
\word1_word2
+
will be displayed as
\verb
+
word2
+
without code formatting.
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
/-/")
}
).
...
...
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