Skip to content

Commit b5564ea

Browse files
authored
Fixup development docs (#905)
That step seems to have gone missing.
1 parent 0768bfb commit b5564ea

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

DEVELOPMENT.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ We adhere to the [general Sourcegraph principles for testing](https://docs.sourc
7171
3. The [releases section of the repo sidebar](https://github.com/sourcegraph/src-cli) shows the correct version.
7272
5. Make the necessary updates to the main Sourcegraph repo:
7373
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.
7677

7778
### Patch releases
7879

0 commit comments

Comments
 (0)