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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,8 +71,9 @@ We adhere to the [general Sourcegraph principles for testing](https://docs.sourc
71
71
3. The [releases section of the repo sidebar](https://github.com/sourcegraph/src-cli) shows the correct version.
72
72
5. Make the necessary updates to the main Sourcegraph repo:
73
73
1. Update the `MinimumVersion` constant in the [src-cli package](https://github.com/sourcegraph/sourcegraph/tree/main/internal/src-cli/consts.go).
74
-
2. Commit the changes, and open a PR.
75
-
6. Once the version bump PR is merged and the commit is live on dotcom, check that the [curl commands in the README](README.markdown#installation) also fetch the new latest version.
74
+
2. Update the reference documentation by running `go generate ./doc/cli/references`.
75
+
3. Commit the changes, and open a PR.
76
+
6. Once the version bump PR is merged and the commit is live on dotcom, check that the [curl commands in the README](README.md#installation) also fetch the new latest version.
0 commit comments