-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Releasing a new version
Martijn Russchen edited this page Jul 7, 2014
·
6 revisions
- Go to the master branch
- Bump the version in
bower.json
and commit the change - Create a new Git tag
git tag -a v0.2 -m 'version 0.2
- Push the version bump and tags
git push; git push --tags
- The Bower component is updated now, to update the rails assets gem go to https://rails-assets.org/components/new and type the name of the gem to get the update reindexed.
- Create a new Github release based on the Git tag you've created and add your changes to the change log.