Skip to content
Akshay Rao edited this page Apr 19, 2016 · 1 revision

Follow the steps here:

Make changes to /lib/

Increment version in bower.json

commit your changes

git add . git commit -am "MY MESSAGE"

tag the commit

git tag -a v0.0.34 -m "Release version 0.0.34"

git push origin master --tags

Steps copied from: http://bob.yexley.net/creating-and-maintaining-your-own-bower-package/

Clone this wiki locally