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
1e4612c5
Commit
1e4612c5
authored
1 year ago
by
Andre Maroneze
Browse files
Options
Downloads
Patches
Plain Diff
[dev] extend set-version.sh and update release manual
parent
21641125
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dev/set-version.sh
+7
-3
7 additions, 3 deletions
dev/set-version.sh
doc/release/branch.tex
+11
-7
11 additions, 7 deletions
doc/release/branch.tex
with
18 additions
and
10 deletions
dev/set-version.sh
+
7
−
3
View file @
1e4612c5
...
...
@@ -88,7 +88,7 @@ else
echo
"
$NEXT_CODENAME
"
>
VERSION_CODENAME
# Opam files
$SED
-i
"s/^version: .*/version:
\"
$NEXT
_MAJOR
.
$NEXT_MINOR
\"
/g"
opam
$SED
-i
"s/^version: .*/version:
\"
$NEXT
\"
/g"
opam
$SED
-i
"s/
\(
.*
\)
$CURRENT_MAJOR
.
$CURRENT_MINOR
-
$CURRENT_CODENAME
\(
.*
\)
/
\1
$NEXT_MAJOR
.
$NEXT_MINOR
-
$NEXT_CODENAME
\2
/g"
opam
$SED
-i
"s/^version: .*/version:
\"
$NEXT_MAJOR
.
$NEXT_MINOR
\"
/g"
tools/lint/frama-c-lint.opam
...
...
@@ -113,7 +113,7 @@ else
$SED
-i
"s/
\(
$WP_CL_MSG_FUTURE
\)
/
\1\n
$FC_CL_LIN
\n\n
$FC_CL_LIN
\n
$WP_CL_MSG_NEXT
/g"
src/plugins/wp/Changelog
# API doc
find src
-name
'*.ml*'
-exec
$SED
-i
-e
"s/Frama-C+dev/
${
NEXT
}
-
${
NEXT_CODENAME
}
/gI"
'{}'
';'
find src
-name
'*.ml*'
-exec
$SED
-i
-e
"s/Frama-C+dev/
${
NEXT
_MAJOR
}
.
${
NEXT_MINOR
}
-
${
NEXT_CODENAME
}
/gI"
'{}'
';'
# Manuals changes
$SED
-i
"s/
\(
^
\\\\
section
\*
{Frama-C+dev}
\)
/%
\1\n\n\\\\
section
\*
{
$NEXT_MAJOR
.
$NEXT_MINOR
(
$NEXT_CODENAME
)}/g"
\
...
...
@@ -126,6 +126,10 @@ else
src/plugins/e-acsl/doc/userman/changes.tex
# Frama-C build script
$SED
-i
"s/(
\\\\\\\"
frama-c
\\\\\\\"
(>= [1-9][0-9]
\.
[0-9]))/(
\\\\\\\"
frama-c
\\\\\\\"
(>=
$NEXT_MAJOR
.
$NEXT_MINOR
))/g"
bin/frama-c-build-scripts.sh
# Reference configuration
$SED
-i
"s/Frama-C [1-9][0-9]
\.
[0-9]/Frama-C
$NEXT_MAJOR
.
$NEXT_MINOR
/gI"
\
reference-configuration.md
fi
This diff is collapsed.
Click to expand it.
doc/release/branch.tex
+
11
−
7
View file @
1e4612c5
...
...
@@ -3,6 +3,13 @@
That is the procedure for forking the release from
\texttt
{
master
}
.
\section
{
Creating the milestones
}
Create the milestone for the next releases on
\textsf
{
Gitlab
}
,
in the Frama-C group. They will be used for development that will not
be integrated into the upcoming release.
\expertise
{
François, Julien
}
.
\section
{
``Freezing'' master
}
When the ``freeze'' period arrives (usually a few weeks before the beta
...
...
@@ -48,15 +55,11 @@ 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).
\section
{
Creating the milestones
}
Create the milestone for the next release on
\textsf
{
Gitlab
}
,
in the Frama-C group
\expertise
{
François, Julien
}
.
\section
{
GitLab issues
}
{
\em
This is currently done periodically in specific Frama-C meetings, so only
a final check is usually necessary.
}
~
\\
Check public issue tracker at
\url
{
https://git.frama-c.com/pub/frama-c/issues/
}
.
All issues should have been at least acknowledged: at least they should be
assigned to someone, preferably tagged appropriately.
...
...
@@ -80,6 +83,7 @@ This will:
\item
update the
\texttt
{
opam
}
files (Frama-C, lint, hdrck)
\item
update the API doc
\item
update the Frama-C build script
\item
update the reference configuration
\end{itemize}
Merge the
\texttt
{
stable
}
branch in the
\texttt
{
master
}
branch.
...
...
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