Sfoglia il codice sorgente

Update release scripts to merge latest changes.

Thanks to xet7 !
Lauri Ojansivu 3 anni fa
parent
commit
ad35e7b7bd
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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