Skip to content

Commit

Permalink
fix(readme): fix presentation of readme
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier authored and invincibleJai committed Oct 25, 2018
1 parent 30ee13a commit b056cb6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,20 @@ npm install
npm run-script build
```
## Setup

we use 2 environment variables to setup the recommender API

```
export RECOMMENDER_API_URL= the-url
export RECOMMENDER_API_TOKEN=the-token
```

== Release
## Release

Semantic release are done via fabric8cd using `semantic-release`.
- merging each PR will result with an automatic build of master
- and a release apatch, minor or major version. You should use correct link:https://github.com/semantic-release/semantic-release#commit-message-format[commit message].
- and a release apatch, minor or major version. You should use correct [commit message](https://github.com/semantic-release/semantic-release#commit-message-format).

## License

Expand Down

0 comments on commit b056cb6

Please sign in to comment.