bin/gen_release_notes: escape at-symbols
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Fri, 13 Oct 2023 13:41:59 +0000 (15:41 +0200)
committerMarge Bot <emma+marge@anholt.net>
Mon, 16 Oct 2023 08:59:07 +0000 (08:59 +0000)
commita4845e9c43339a2c3c2c09d7175baec20eb359f9
tree6ff59d4747ec25ca8943ad74801406eccf154b37
parent9a3bd255b62fb3efa11f0885d32aac6503c23799
bin/gen_release_notes: escape at-symbols

If we don't do this, we end up with email-alike strings to be turned
into mailto links. This is not what we want.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25712>
bin/gen_release_notes.py
bin/gen_release_notes_test.py