Skip to content

Instantly share code, notes, and snippets.

@kentfredric
Created December 2, 2009 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kentfredric/247201 to your computer and use it in GitHub Desktop.
Save kentfredric/247201 to your computer and use it in GitHub Desktop.
#!/bin/bash
VERSION="$(~/bin/release.sh)"
MESSG="Commit of $(~/bin/master-commit.sh), version $VERSION"
echo "$MESSG";
git commit -m "$MESSG";
git tag "$VERSION";
git log --tags -1 --oneline | cut -f 1 -d " "
cat Changes | grep 'Pacific/Auckland' | head -n 1 | cut -f 1 -d " "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment