Fix for release notes bash check.
This commit is contained in:
parent
f30405a783
commit
4b90823c10
|
@ -19,7 +19,6 @@ steps:
|
||||||
echo "Your RELEASE_NOTES.md file is empty. Please provide release notes before creating a release."
|
echo "Your RELEASE_NOTES.md file is empty. Please provide release notes before creating a release."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
displayName: 'RELEASE_NOTES.md check'
|
|
||||||
|
|
||||||
# This task pulls the <version> value from the org.hl7.fhir.r5 project pom.xml file. All modules are released as
|
# This task pulls the <version> 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.
|
# the same version, at the same time, as defined in the root level pom.xml.
|
||||||
|
|
Loading…
Reference in New Issue