docs: spell out "SHA256 checksum"
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 19 Oct 2022 10:04:56 +0000 (12:04 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 25 Oct 2022 10:06:44 +0000 (10:06 +0000)
This isn't such a magical word, no need to quote it.

Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19191>

docs/releasing.rst

index dcd078b..98bb87a 100644 (file)
@@ -269,7 +269,7 @@ Create release notes for the new release
 The release notes are completely generated by the
 ``bin/gen_release_notes.py`` script. Simply run this script **before**
 bumping the version. You'll need to come back to this file once the
-tarball is generated to add its ``sha256sum``.
+tarball is generated to add its SHA256 checksum.
 
 Increment the version contained in the file ``VERSION`` at Mesa's top-level,
 then commit this change and **push the branch** (if you forget to do
@@ -293,11 +293,11 @@ release notes, and is published in `release-maintainers-keys.asc
 <release-maintainers-keys.asc>`__.
 
 
-Add the sha256sums to the release notes
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Add the SHA256 checksums to the release notes
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-Edit ``docs/relnotes/X.Y.Z.rst`` to add the ``sha256sum`` as available in the
-``mesa-X.Y.Z.announce`` template. Commit this change.
+Edit ``docs/relnotes/X.Y.Z.rst`` to add the SHA256 checksums as available
+in the ``mesa-X.Y.Z.announce`` template. Commit this change.
 
 Don't forget to push the commits to both the ``staging/X.Y`` branch and
 the ``X.Y`` branch: