We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6fea8 commit d811aadCopy full SHA for d811aad
README.md
@@ -29,3 +29,11 @@ If you want to develop the CLI, you can install it with `go get`:
29
```
30
go get -u github.com/sourcegraph/src-cli/cmd/src
31
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