browserify-bower-release

Generate and tag a UMD build for release on a separate branch

MIT 5 个版本
安装
npm install browserify-bower-release
yarn add browserify-bower-release
pnpm add browserify-bower-release
bun add browserify-bower-release
README

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.json and bower.json to version or increment it by semver-increment
  • git commit changes with the message 'Release v<version>'
  • git checkout a release branch
  • git merge changes from master
  • Bundle the main file with the local browserify command as a standalone and output it to a releases directory
  • git commit the bundle with the message v<version UMD Bundle
  • git tag the release commit
版本列表
2.1.0 2014-12-11
2.0.0 2014-10-26
1.0.2 2014-10-25
1.0.1 2014-10-25
1.0.0 2014-10-25