1.4.1 • Published 8 years ago

start-release v1.4.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

start-release

npm linux build windows build coverage deps

semantic-release Commitizen friendly greenkeeper

šŸš€ Semantic Release task for Start

Install

# install semantic-release-cli globally in order
# to setup your repo
npm install -g semantic-release-cli
# or
yarn global add semantic-release-cli

npm install --save-dev start-release
# or
yarn add --dev start-release

Setup semantic-release

semantic-release-cli setup

Setup conditions

If not running on Travis CI, you will have to specify a package for verification.

npm install --save-dev condition-circle
# or
yarn add --dev condition-circle

In your package.json

"release": {
   "verifyConditions": "condition-circle"
}

Condition libraries:

Usage

import Start from 'start';
import reporter from 'start-pretty-reporter';
import files from 'start-files';
import release from 'start-release';

const start = Start(reporter());

export const task = () => start(
  files([ 'lib/**/*.js', 'test/**/*.js' ]),
  release()
);

Arguments

release(opts)

  • opts.options - the same options that semantic release accepts as seen here
  • opts.public - publish your scoped package publically (default: false)
1.4.1

8 years ago

1.4.0

8 years ago

1.3.10

8 years ago

1.3.9

8 years ago

1.3.8

8 years ago

1.3.7

8 years ago

1.3.6

8 years ago

1.3.5

8 years ago

1.3.4

8 years ago

1.3.3

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago