Update release scripts to merge latest changes.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2022-02-07 18:36:03 +02:00
parent a9e56f2b09
commit ad35e7b7bd

View file

@ -15,6 +15,8 @@ fi
# 2) Move Wekan version tag to be newest after merge
# and push to repo.
git add --all
git commit -m "Merge newest changes."
git tag --force v$1 HEAD
git push --tags --force
git push --follow-tags