Skip to content

Commit

Permalink
fix(CONTRIBUTING): remove section about beta releases (#2109)
Browse files Browse the repository at this point in the history
We don't have beta releases yet (see the [script](https://github.com/algolia/instantsearch.js/blob/develop/scripts/release.sh#L85-L92) and #2056), so the contributing section shouldn't be added yet.

We will put this back when -b works, and we've found a strategy for making it work with jsDeliver
  • Loading branch information
Haroenv authored and bobylito committed Apr 20, 2017
1 parent fa56551 commit 5640131
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ Files are automatically formatted with prettier.
npm run release
```

### Beta release

```sh
npm run release -- -b # or --beta
```

Append `-beta.x` where x is a number to the version for beta, so 4.0.0-beta.2 for example.

## Update docs

Documentation website is automatically updated by Travis when master is merged.
Expand Down

0 comments on commit 5640131

Please sign in to comment.