1.3.1 • Published 5 years ago

semantic-release-config-bitworkers v1.3.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

travis build version downloads MIT License semantic-release

semantic-release-config-bitworkers

Semantic Release configuration for Bitworkers... Feel free to use this!

Usage

Install the config by running:

npm install --save-dev semantic-release semantic-release-config-bitworkers

Then require the config inside your .releaserc.js:

module.exports = {
  extends: 'semantic-release-config-bitworkers',
}