Skip to content

Commit 060a147

Browse files
authored
development: include direct Travis branch link (#272)
1 parent 2c9892b commit 060a147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ go install ./cmd/src
1212
1. If this is a non-patch release, update the changelog. Add a new section `## $MAJOR.MINOR` to [`CHANGELOG.md`](https://github.com/sourcegraph/src-cli/blob/main/CHANGELOG.md#unreleased) immediately under `## Unreleased changes`. Add new empty `Added`, `Changed`, `Fixed`, and `Removed` sections under `## Unreleased changes`.
1313
1. Find the latest version (either via the releases tab on GitHub or via git tags) to determine which version you are releasing.
1414
2. `VERSION=9.9.9 ./release.sh` (replace `9.9.9` with the version you are releasing)
15-
3. Travis will automatically perform the release. Once it has finished, **confirm that the curl commands fetch the latest version above**.
15+
3. Travis will automatically perform the release, which you can find [on the branches tab](https://travis-ci.org/github/sourcegraph/src-cli/branches). Once it has finished, **confirm that the curl commands fetch the latest version above**.
1616
4. Update the `MinimumVersion` constant in the [src-cli package](https://github.com/sourcegraph/sourcegraph/tree/main/internal/src-cli/consts.go).
1717

1818
### Patch releases

0 commit comments

Comments
 (0)