From 64f4870e1c582b1539968060f36804991f19036a Mon Sep 17 00:00:00 2001 From: Chidozie Ononiwu Date: Tue, 20 Oct 2020 15:53:06 -0700 Subject: [PATCH] Restructure eng ommon sync control flow --- eng/common/scripts/modules/ChangeLog-Operations.psm1 | 1 - 1 file changed, 1 deletion(-) diff --git a/eng/common/scripts/modules/ChangeLog-Operations.psm1 b/eng/common/scripts/modules/ChangeLog-Operations.psm1 index bfcd8d193..ca432870b 100644 --- a/eng/common/scripts/modules/ChangeLog-Operations.psm1 +++ b/eng/common/scripts/modules/ChangeLog-Operations.psm1 @@ -1,4 +1,3 @@ -# Common Changelog Operations $RELEASE_TITLE_REGEX = "(?^\#+.*(?\b\d+\.\d+\.\d+([^0-9\s][^\s:]+)?)(\s(?\(Unreleased\)|\(\d{4}-\d{2}-\d{2}\)))?)" # Returns a Collection of changeLogEntry object containing changelog info for all version present in the gived CHANGELOG