From d8aaeba83830678e38b7eafe5d17c09a803d9f4d Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue, 20 Oct 2020 16:47:46 -0700 Subject: [PATCH] Restructure eng ommon sync control flow (#822) Co-authored-by: Chidozie Ononiwu --- 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