Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
fix: improve docs, trigger travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcalpena committed Sep 13, 2019
1 parent 31f3605 commit 8c8dd2c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,8 @@ jobs:
skip_cleanup: true
script:
- npm run semantic-release
```
```
* Make sure you have configured Travis CI Environment [Tokens for Semantic-Release](https://github.com/semantic-release/semantic-release/blob/master/docs/usage/ci-configuration.md#authentication) correctly.
* `NPM_TOKEN` owner should have publish permission on NPM groups.
* `GH_TOKEN` owner should have push permission for the Git Repository.

0 comments on commit 8c8dd2c

Please sign in to comment.