Files
CMake/Help/release/dev/rel-zip-newlines.rst
Brad King b0315c83dc ci: package .zip source archives using LF newlines
Previously we provided a `.zip` archive with CRLF newlines and a
`.tar.gz` archive with LF newlines.  This is no longer consistent
with modern conventions.  Use LF newlines in both.

Fixes: #25467
2024-04-01 10:53:11 -04:00

7 lines
222 B
ReStructuredText

rel-zip-newlines
----------------
* The official ``.zip`` source archive provided on
`cmake.org <https://cmake.org/download/>`_ now uses LF newlines,
instead of CRLF newlines, for consistency with modern conventions.