Skip to content

Commit

Permalink
Update publish instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rix1 committed Jul 2, 2019
1 parent 57ce42b commit b1dd56f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,12 @@ following example uses only JavaScript and Flow rules:
## Publishing

This package is hosted on npm under @otovo/eslint-config-otovo namespace and is
published using the [`np`](https://github.com/sindresorhus/np) package.
published using the brilliant [`np`](https://github.com/sindresorhus/np) package.
To publish a new version, run

```
yarn run release
```

This will guide you through the process of publishing on npm, pushing tags to
Github and create release notes.

0 comments on commit b1dd56f

Please sign in to comment.