Skip to content

Commit 07edc53

Browse files
author
Stephen Gutekanst
authored
README: add releasing step about checking curl commands are indeed getting latest version
1 parent fc423c4 commit 07edc53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ go get -u github.com/sourcegraph/src-cli/cmd/src
5353

5454
1. Find the latest version (either via the releases tab on GitHub or via git tags) to determine which version you are releasing.
5555
2. `VERSION=9.9.9 ./release.sh` (replace `9.9.9` with the version you are releasing)
56+
3. Travis will automatically perform the release. Once it has finished, **confirm that the curl commands fetch the latest version above**.
57+
5658

57-
Travis will automatically perform the release.

0 commit comments

Comments
 (0)