parent
ca67688ae5
commit
baf14921f1
|
@ -13,12 +13,12 @@ steps:
|
|||
# Checks if the release notes file is populated. Exits if it is not.
|
||||
- bash: |
|
||||
if [ -n "$(cmp RELEASE_NOTES.md RELEASE_NOTES.template.md)" ]
|
||||
then
|
||||
then
|
||||
echo "RELEASE_NOTES.md has changed, proceeding to next step"
|
||||
else
|
||||
else
|
||||
echo "Your RELEASE_NOTES.md file is unchanged. Please provide release notes before creating a release."
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
# 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.
|
||||
|
|
Loading…
Reference in New Issue