From 4b90823c10080f294a316dc7f08eae9ced25d970 Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Thu, 16 Jul 2020 09:57:32 -0400 Subject: [PATCH] Fix for release notes bash check. --- release-branch-pipeline.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/release-branch-pipeline.yml b/release-branch-pipeline.yml index 520d0c8b7..3fcf5dc3b 100644 --- a/release-branch-pipeline.yml +++ b/release-branch-pipeline.yml @@ -19,7 +19,6 @@ steps: echo "Your RELEASE_NOTES.md file is empty. Please provide release notes before creating a release." exit 1 fi - displayName: 'RELEASE_NOTES.md check' # This task pulls the value from the org.hl7.fhir.r5 project pom.xml file. All modules are released as # the same version, at the same time, as defined in the root level pom.xml.