Skip to content

Commit

Permalink
docs(install): update install notes
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-koval committed Nov 3, 2019
1 parent da35c79 commit 93d849d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions readme.md
Expand Up @@ -37,10 +37,30 @@

## Install

- Install `semantic-release`:

```sh
npm install --save-dev semantic-release
```

- Add `semantic-release` to scripts:

```json
"scripts": {
...
"semantic-release": "semantic-release"
...
}
```

- Install `semantic-release-npm-github-publish`:

```sh
npm install --save-dev semantic-release-npm-github-publish
```

- Add `npx semantic-release` to a "Release" step of your CD setup

## Usage

To use this sharable config, extend your semantic release configuration in `.releaserc.yaml`:
Expand Down

0 comments on commit 93d849d

Please sign in to comment.