From 110a1f58f0aeef6362559d24d253b41301c852a0 Mon Sep 17 00:00:00 2001 From: Warren Gifford Date: Thu, 29 May 2025 13:50:29 -0700 Subject: [PATCH] add note about running sg bazel configure --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 51b9b39d40..825427c0f5 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -83,7 +83,7 @@ We adhere to the [general Sourcegraph principles for testing](https://docs.sourc [...] ``` After updating the checksums, rerun the command to verify that the values are correct. - 4. Run `sg generate bazel` (this may not result in any changes) + 4. Run `sg generate bazel` and `sg bazel configure` (this may not result in any changes) 4. Commit the changes, and open a PR. 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.