You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPMENT.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ go install ./cmd/src
9
9
10
10
## Releasing
11
11
12
+
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`.
12
13
1. Find the latest version (either via the releases tab on GitHub or via git tags) to determine which version you are releasing.
13
14
2.`VERSION=9.9.9 ./release.sh` (replace `9.9.9` with the version you are releasing)
14
15
3. Travis will automatically perform the release. Once it has finished, **confirm that the curl commands fetch the latest version above**.
0 commit comments