Skip to content

Commit

Permalink
docs(instructions): update configuration instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-koval committed Nov 3, 2019
1 parent aa80448 commit 3c8b0fd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions readme.md
Expand Up @@ -43,14 +43,14 @@ npm install --save-dev semantic-release-npm-github-publish

## Usage

To use this sharable config, extend your semantic release configuration:

```json
{
"extends": "semantic-release-npm-github-publish",
"branch": "master",
"debug": false
}
To use this sharable config, extend your semantic release configuration in `.releaserc.yaml`:

```yaml
branch: master
ci: false
dryRun: false
debug: false
extends: "semantic-release-npm-github-publish"
```

## Contributing
Expand Down

0 comments on commit 3c8b0fd

Please sign in to comment.