From e05abdbfcf0a3cf53fdf8f5880e360616d5649ef Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Thu, 20 Aug 2020 10:41:57 -0700 Subject: [PATCH] development: include direct Travis branch link --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index ab3b629cca..5b31c621d5 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -12,7 +12,7 @@ go install ./cmd/src 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/master/CHANGELOG.md#unreleased) immediately under `## Unreleased changes`. Add new empty `Added`, `Changed`, `Fixed`, and `Removed` sections under `## Unreleased changes`. 1. Find the latest version (either via the releases tab on GitHub or via git tags) to determine which version you are releasing. 2. `VERSION=9.9.9 ./release.sh` (replace `9.9.9` with the version you are releasing) -3. Travis will automatically perform the release. Once it has finished, **confirm that the curl commands fetch the latest version above**. +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**. 4. Update the `MinimumVersion` constant in the [src-cli package](https://github.com/sourcegraph/sourcegraph/tree/master/internal/src-cli/consts.go). ### Patch releases