Skip to content

Commit b707fa5

Browse files
authored
CI: remove last vestiges of Travis (#377)
1 parent 2e59740 commit b707fa5

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

DEVELOPMENT.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ go install ./cmd/src
1010
## Releasing
1111

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`.
13-
1. Find the latest version (either via the releases tab on GitHub or via git tags) to determine which version you are releasing.
14-
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, 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**.
16-
4. Update the `MinimumVersion` constant in the [src-cli package](https://github.com/sourcegraph/sourcegraph/tree/main/internal/src-cli/consts.go).
13+
2. Find the latest version (either via the releases tab on GitHub or via git tags) to determine which version you are releasing.
14+
3. `VERSION=9.9.9 ./release.sh` (replace `9.9.9` with the version you are releasing)
15+
4. GitHub will automatically perform the release via the [goreleaser action](https://github.com/sourcegraph/src-cli/actions?query=workflow%3AGoreleaser). Once it has finished, **you need to confirm**:
16+
1. The [curl commands in the README](README.markdown#installation) fetch the latest version above.
17+
2. The [releases section of the repo sidebar](https://github.com/sourcegraph/src-cli) shows the correct version.
18+
5. Update the `MinimumVersion` constant in the [src-cli package](https://github.com/sourcegraph/sourcegraph/tree/main/internal/src-cli/consts.go).
1719

1820
### Patch releases
1921

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Sourcegraph](https://sourcegraph.com) CLI [![Build Status](https://travis-ci.org/sourcegraph/src-cli.svg)](https://travis-ci.org/sourcegraph/src-cli) [![Go Report Card](https://goreportcard.com/badge/sourcegraph/src-cli)](https://goreportcard.com/report/sourcegraph/src-cli)
1+
# [Sourcegraph](https://sourcegraph.com) CLI [![Build Status](https://github.com/sourcegraph/src-cli/workflows/Go%20CI/badge.svg)](https://github.com/sourcegraph/src-cli/actions?query=workflow%3A%22Go+CI%22) [![Go Report Card](https://goreportcard.com/badge/sourcegraph/src-cli)](https://goreportcard.com/report/sourcegraph/src-cli)
22

33
<img src="https://user-images.githubusercontent.com/3173176/43567326-3db5f31c-95e6-11e8-9e74-4c04079c01b0.png" width=500 align=right>
44

0 commit comments

Comments
 (0)