Skip to content

Instantly share code, notes, and snippets.

@tjbenton
Created October 23, 2015 17:44
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 tjbenton/423f4bea5d7a9a77eef1 to your computer and use it in GitHub Desktop.
Save tjbenton/423f4bea5d7a9a77eef1 to your computer and use it in GitHub Desktop.
Update Authored bower package to a new version for bower
# commit your changes
git commit -am "Made some awesome new changes, now its even awesomer"

# tag the commit
git tag -a v0.0.2 -m "Release version 0.0.2"

# push to GitHub
git push origin master --tags  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment