summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-04-01 14:53:11 (GMT)
committerBrad King <brad.king@kitware.com>2024-04-01 14:53:11 (GMT)
commitb0315c83dcb043c02b3a78cfcccd1746cc886eac (patch)
treeb037ffa912bd91d8ee7c62f919b3a03c6933253c /Help
parent8b16de9e846054f67bfdf3848eadd7b6bae17b82 (diff)
downloadCMake-b0315c83dcb043c02b3a78cfcccd1746cc886eac.zip
CMake-b0315c83dcb043c02b3a78cfcccd1746cc886eac.tar.gz
CMake-b0315c83dcb043c02b3a78cfcccd1746cc886eac.tar.bz2
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
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/rel-zip-newlines.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/rel-zip-newlines.rst b/Help/release/dev/rel-zip-newlines.rst
new file mode 100644
index 0000000..43de464
--- /dev/null
+++ b/Help/release/dev/rel-zip-newlines.rst
@@ -0,0 +1,6 @@
+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.