Fix release script

This commit is contained in:
Andreas Dangel 2018-02-25 10:04:45 +01:00
parent b71857e02b
commit 67a9f84a9c

View File

@ -86,7 +86,7 @@ git commit -a -m "Prepare pmd release ${RELEASE_VERSION}"
(
echo "Committing current changes (pmd.github.io)"
cd ../pmd.github.io
git add _posts/$(date -u +%d-%m-%Y)-PMD-${RELEASE_VERSION}.md
git add _posts/$(date -u +%Y-%m-%d)-PMD-${RELEASE_VERSION}.md
git commit -a -m "Prepare pmd release ${RELEASE_VERSION}"
git push
)