Skip to content

Commit d811aad

Browse files
author
Stephen Gutekanst
committed
README: add section about making releases
1 parent 1b6fea8 commit d811aad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,11 @@ If you want to develop the CLI, you can install it with `go get`:
2929
```
3030
go get -u github.com/sourcegraph/src-cli/cmd/src
3131
```
32+
33+
## Releasing
34+
35+
1. Find the latest version (either via the releases tab on GitHub or via git tags).
36+
2. `git tag 1.0.0 -a -m 'release v1.0.0'` (replace `1.0.0` with the version you are releasing)
37+
3. `git push --tags`
38+
39+
Travis will automatically perform the release.

0 commit comments

Comments
 (0)