Created
March 23, 2015 17:35
-
-
Save evandbrown/ad14bf8a48efa51d6bc8 to your computer and use it in GitHub Desktop.
Release tags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
git tag | while read line; do | |
git archive --format=zip $line > release/${PWD##*/}-$line.zip | |
echo “Created release/${PWD##*/}-$line.zip” | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment