Skip to content

Commit ee20303

Browse files
authored
feat: error interceptor as a callback for non-200 responses
1 parent f87df00 commit ee20303

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,7 @@ client.searchForStudies().then(studies => {
5252

5353
## For maintainers
5454

55-
Publish a new minor version
56-
```bash
57-
npm version minor
58-
npm publish
59-
git push --tags
60-
```
55+
Use `semantic` commit messages to generate releases and change log entries: [Semantic Release: How does it work?](https://semantic-release.gitbook.io/semantic-release/#how-does-it-work)
6156

6257
## Citation
6358

0 commit comments

Comments
 (0)