-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Releasing a new version
RSO edited this page Sep 10, 2014
·
2 revisions
- Go to the master branch
- Run
npm version patch(instead ofpatchyou could also useminor, ormajor) - Update the version in the
bower.jsonfile, and rungit add bower.json; git commit --amendto add the change to the version bump commit - Push the version bump and tags
git push; git push --tags - The Bower component is now updated, 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.
- To publish the NPM package, run
npm publish - Create a new Github release based on the Git tag you've created and add your changes to the change log.