Skip to content

Instantly share code, notes, and snippets.

@jupegarnica
Created October 30, 2021 16:03
Show Gist options
  • Save jupegarnica/c2e3c558d9f86c1c1084cc931d4f03d2 to your computer and use it in GitHub Desktop.
Save jupegarnica/c2e3c558d9f86c1c1084cc931d4f03d2 to your computer and use it in GitHub Desktop.
#!/bin/sh
DIR=$(dirname $(realpath "$0"))
git pull
sh $DIR/tag.sh &&/
git push origin master &&/
git push --tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment