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
1a9eb6bc
Commit
1a9eb6bc
authored
3 years ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
[relman] instructions for adding someone to authors' list
parent
aa11f212
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/release/build.tex
+8
-0
8 additions, 0 deletions
doc/release/build.tex
with
8 additions
and
0 deletions
doc/release/build.tex
+
8
−
0
View file @
1a9eb6bc
...
@@ -69,6 +69,14 @@ There are many administrative steps, coordinated by the release manager.
...
@@ -69,6 +69,14 @@ There are many administrative steps, coordinated by the release manager.
% and check its contents.
% and check its contents.
\item
Update the Frama-C's authors list in files
\item
Update the Frama-C's authors list in files
\texttt
{
src/plugins/gui/help
\_
manager.ml
}
and
\texttt
{
opam/opam
}
.
\texttt
{
src/plugins/gui/help
\_
manager.ml
}
and
\texttt
{
opam/opam
}
.
Traditionally, an author is added if they have contributed 100+ LoC in
the release, as counted by:
\begin{verbatim}
git ls-files |
\
xargs -n1 git blame --line-porcelain |
\
sed -n 's/
^
author //p' | sort -f | uniq -ic | sort -nr
\end{verbatim}
(source for the command:
\url
{
https://gist.github.com/amitchhajer/4461043
}
)
\item
Recompile and test to check that all is fine.
\item
Recompile and test to check that all is fine.
\item
Check the documentation as per Section~
\ref
{
update
_
doc
}
\item
Check the documentation as per Section~
\ref
{
update
_
doc
}
\item
update the
\texttt
{
opam
}
directory: update the version name and
\item
update the
\texttt
{
opam
}
directory: update the version name and
...
...
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