Commit c6dbf830 authored by Radek Ošlejšek's avatar Radek Ošlejšek
Browse files

Version tag changed from vYYYY.MM to YYYY.MM

parent 26990b91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,6 +30,6 @@ git log --pretty=format:'%h -- %s' $LAST_TAG..HEAD --graph > CHANGELOG.md
git add CHANGELOG.md
git commit -m "CHANGELOG.md file updated with commits between the current and previous tag."

git tag -a v$VERSION -m "$TAG_MESSAGE"
git tag -a $VERSION -m "$TAG_MESSAGE"
git config --global push.followTags true
git push