release-ondra-1.sh 385 B

123456789101112131415161718
  1. #!/bin/bash
  2. # Release script for wekan-ondra and wekan-gantt-gpl
  3. # part 1. After this merge and fix merge conflicts, and part 2.
  4. # 1) Check that there is only one parameter
  5. # of Wekan version number:
  6. if [ $# -ne 1 ]
  7. then
  8. echo "Syntax with Wekan version number:"
  9. echo " ./release-ondra-2.sh 5.10"
  10. exit 1
  11. fi
  12. # 2) Get up
  13. git fetch upstream
  14. git merge upstream/master