Skip to content
Snippets Groups Projects
Commit b3a8e467 authored by Radek Ošlejšek's avatar Radek Ošlejšek
Browse files

Minor fix

parent 3c65b30c
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ if [ "$OLD_VERSION" == "$VERSION" ]; then
exit;
fi
echo mvn versions:set -DnewVersion=$VERSION -DgenerateBackupPoms=false
mvn versions:set -DnewVersion=$VERSION -DgenerateBackupPoms=false
LAST_TAG=$(git tag | head -1)
git log --pretty=format:'%h -- %s' $LAST_TAG..HEAD --graph > CHANGELOG.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment