Created
August 4, 2011 02:34
-
-
Save pbalduino/1124389 to your computer and use it in GitHub Desktop.
Auto tag jQuery MaskMoney plugin
This file contains 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 | |
# 0.1.0 | |
git checkout 26144646e6f1e2de8876 | |
git tag v0.1.0 -a -m "First version" | |
# 0.3.0 | |
git checkout 6914f2c8a99a54c6641b | |
git tag v0.3.0 -a -m "Release 0.3.0" | |
# 0.4.0 | |
git checkout 0485d81e0fe635b1f627 | |
git tag v0.4.0 -a -m "Release 0.4.0" | |
# 0.5.0 | |
git checkout 2eea33598f348ca7427962cb38f8244818f3fdd9 | |
git tag v0.5.0 -a -m "Release 0.5.0" | |
# 0.9.0 | |
git checkout 3cf03fd49c09174b88d673773aa0e19d73f4167c | |
git tag v0.9.0 -a -m "Release 0.9.0" | |
# 1.0.0 | |
git checkout c503cbb499bcd220b3a6103ecce2273606024859 | |
git tag v1.0.0 -a -m "Release 1.0.0" | |
# 1.1.0 | |
git checkout 82da0029af037640e69d069d8092dd4ef0a7446a | |
git tag v1.1.0 -a -m "Release 1.1.0" | |
# 1.2.0 | |
git checkout db6a8967a6e98fc2f0a97ca267a0380338ca0815 | |
git tag v1.2.0 -a -m "Release 1.2.0" | |
# 1.3.0 | |
git checkout f799dff9caa3bc8503226392bd5ea67d251c7298 | |
git tag v1.3.0 -a -m "Release 1.3.0" | |
git push origin master --tags |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment