Skip to content
Snippets Groups Projects
Commit 072da776 authored by Jessica Yuen's avatar Jessica Yuen
Browse files

Clarify release instructions in CONTIBUTING.md


Signed-off-by: default avatarJessica Yuen <im.jessicayuen@gmail.com>
parent f8264b4d
No related branches found
No related tags found
No related merge requests found
......@@ -112,9 +112,9 @@ To make a new release, follow these instructions:
```
VERSION=vX.Y.Z
```
2. Build a release binary (this implicitly uses `$VERSION`):
2. Build a release binary (this will set the `ks` version to `$VERSION`):
```
make
make install -e VERSION=$VERSION
```
3. Add an appropriate tag. We do this via `git` (not the github UI) so that the tag is signed. This process requires you to have write access to the real `master` branch (not your local fork).
```
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment