2.1.0 • Published 11 years ago
browserify-bower-release v2.1.0
browserify-bower-release
Generate and tag a UMD build for release on a separate branch.
Usage
$ release release <version | semver-increment>You should add releases/ to a .npmignore file or otherwise take steps to ensure that it is not needlessly published to npm.
Steps
git checkout master- Update
package.jsonandbower.jsontoversionor increment it bysemver-increment git commitchanges with the message'Release v<version>'git checkoutareleasebranchgit mergechanges frommaster- Bundle the
mainfile with the localbrowserifycommand as astandaloneand output it to areleasesdirectory git committhe bundle with the messagev<version UMD Bundlegit tagthe release commit