1
0
Fork 0

Update CONTRIBUTING.md

This commit is contained in:
Vincent Voyer 2016-12-13 14:19:12 +01:00 committed by GitHub
parent e82a8e0563
commit 89f1f20bc1

View file

@ -144,7 +144,7 @@ Once the a fix is done, having the fix in the `develop` branch is not sufficient
So that you never ask yourself "Is this released?".
Instead of closing the issue, we will add a ` to be released` label.
Instead of closing the issue, we will add a ` to be released` label.
# Releasing
@ -160,6 +160,17 @@ npm run release
This task will merge develop into master.
## Releasing v1
```sh
git checkout v1
git pull
npm run release
```
We use the `v1` branch as a way to push fixes to the first version of DocSearch. Never merge `master` or `develop` into `v1` and
vice versa.
## Beta releases
You must be on the develop branch.