mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 08:20:12 +01:00
docs: use code-tags instead of pre-tags
Similar to the previous commit, code-tags seems more appropriate than pre-tags here. So let's change it. Fixes:ca0c1e69ca"docs: update releasing process to use new scripts and gitlab" Acked-by: Dylan Baker <dylan@pnwbakers.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431> (cherry picked from commit1de361e56b)
This commit is contained in:
parent
a4fb009476
commit
6b0e1e6265
2 changed files with 3 additions and 3 deletions
|
|
@ -2974,7 +2974,7 @@
|
|||
"description": "docs: use code-tags instead of pre-tags",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"master_sha": null,
|
||||
"because_sha": "ca0c1e69cab67276b2f701f7c3ea43658a52fd83"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -520,7 +520,7 @@ So we do a quick 'touch test'
|
|||
|
||||
<p>
|
||||
The release notes are completely generated by the
|
||||
<pre>bin/gen_release_notes.py</pre> script. Simply run this script before
|
||||
<code>bin/gen_release_notes.py</code> script. Simply run this script before
|
||||
bumping the version
|
||||
|
||||
The only thing left to do is add the sha256 sums.
|
||||
|
|
@ -576,7 +576,7 @@ Something like the following steps will do the trick:
|
|||
git cherry-pick -x X.Y
|
||||
</pre>
|
||||
|
||||
<p>Then run the <pre>./bin/post_verison.py X.Y.Z</pre>, where X.Y.Z is the
|
||||
<p>Then run the <code>./bin/post_verison.py X.Y.Z</code>, where X.Y.Z is the
|
||||
version you just made. This will updated docs/relnotes.html and
|
||||
docs/index.html. Remove docs/release-calendar.html. Then commit and push:
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue