Skip to content

Commit

Permalink
no tagging anymore in update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Schwamborn committed May 7, 2021
1 parent a3191a4 commit 4b40547
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions update_formula.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ fi

NEW_VERSION=$1
SUMO_SRC_URL=$2
TAG=v${NEW_VERSION}
DATE_STRING=$(date +"%Y-%m-%d")
NEW_MAJOR=$(echo "${NEW_VERSION}" | awk -F . '{ print $1 }')
NEW_MINOR=$(echo "${NEW_VERSION}" | awk -F . '{ print $2 }')
Expand Down Expand Up @@ -77,7 +76,5 @@ mv ${README_FILE}.NEW ${README_FILE}
git add ${README_FILE}
git commit -m "update version number in README"

# tag commit
echo "tagging git commit..."
git tag -a $TAG -m "formula for sumo $TAG"
# git push --set-upstream origin sumo --tags
echo "You now need to create a pull request from the new branch to trigger the workflows ..."
# git push --set-upstream origin sumo

0 comments on commit 4b40547

Please sign in to comment.