From 521f8fd4ce36abecbf1e1c35c121005185d782f1 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 19 Apr 2022 16:58:28 +0000 Subject: [PATCH] Add release note for OSX Git version parsing fix Change I40356ee81b98c1210de348e51335a20be48bec1d fixed this, but was missing a release note. Also close the story task with this change since the other one didn't. Change-Id: Ia27d930bf0ecefe1c26c00d6a5e93136fd120964 Task: #45100 --- .../notes/improve-git-version-checking-38933ca3970d58ff.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/improve-git-version-checking-38933ca3970d58ff.yaml diff --git a/releasenotes/notes/improve-git-version-checking-38933ca3970d58ff.yaml b/releasenotes/notes/improve-git-version-checking-38933ca3970d58ff.yaml new file mode 100644 index 00000000..1773377c --- /dev/null +++ b/releasenotes/notes/improve-git-version-checking-38933ca3970d58ff.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Improved version string parsing for Git in order to no longer break on Mac + OSX/Darwin systems (story 2010002).