Explorar o código

Update release scripts to merge latest changes.

Thanks to xet7 !
Lauri Ojansivu %!s(int64=3) %!d(string=hai) anos
pai
achega
ad35e7b7bd
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      releases/release-ondra-2.sh

+ 2 - 0
releases/release-ondra-2.sh

@@ -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