Skip to content

Commit

Permalink
doc: manually publish a release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Jul 5, 2019
1 parent c4a4aa9 commit f9bfbc6
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 @@ -58,7 +58,7 @@ You can lint the code with:

```bash
$ yarn lint
$ yarn lint --fix # will automatically fix some errors
$ yarn lint --fix # will automatically fix some errors
```

### Contribution
Expand All @@ -69,3 +69,11 @@ $ yarn lint --fix # will automatically fix some errors
### Publishing a new release

This is automatically done by Travis **every day** if there was a build in the last 24 hours.

#### I don't want to wait

When being authenticated to npm and GitHub, run:

```bash
$ yarn semantic-release --no-ci
```

0 comments on commit f9bfbc6

Please sign in to comment.