From 4d0445bb36a29af3f9104a669b7c685ab29c14d3 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 11 Dec 2014 17:07:01 +1030 Subject: [PATCH] updated release docs --- docs/shipping-releases.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/shipping-releases.md b/docs/shipping-releases.md index e2eca3a8..5c83655c 100644 --- a/docs/shipping-releases.md +++ b/docs/shipping-releases.md @@ -27,11 +27,14 @@ tests: To generate the NuGet packages, you also need to setup the SourceLink tools. -Set this globally: +Set this for the repository: -> git config --global core.autocrlf input +> git config core.autocrlf input -**TODO: ** need to reset the working directory to ensure CRLF files are cleared +If you already have an existing repository, just run these steps to ensure you're using the right line endings: + +> git rm -r -cached . +> git reset --hard Once you've done that, just run this: