mirror of
https://github.com/wekan/wekan.git
synced 2025-04-19 11:44:42 -04:00
Update release scripts to merge latest changes.
Thanks to xet7 !
This commit is contained in:
parent
a9e56f2b09
commit
ad35e7b7bd
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue