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
64fb182c
Commit
64fb182c
authored
11 months ago
by
Thibault Martin
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Use markdown code format when necessary
parent
eb3e186e
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/validation.tex
+5
-2
5 additions, 2 deletions
doc/release/validation.tex
with
5 additions
and
2 deletions
doc/release/validation.tex
+
5
−
2
View file @
64fb182c
...
@@ -195,8 +195,11 @@ expected format is:
...
@@ -195,8 +195,11 @@ expected format is:
# ...
# ...
\end{lstlisting}
\end{lstlisting}
It should only list main changes, that will be displayed on the event section
It should only list main changes, that will be displayed on the event section of
of the website and the wiki page.
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.
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
/-/")
}
).
...
...
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