Skip to content

Commit c98bc5b

Browse files
committed
update release guide with the correct script for running all tests
1 parent 05579fd commit c98bc5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If you are the current maintainer:
6262
* Create a [new draft Release](https://github.com/github/git-lfs/releases/new).
6363
List any changes with links to related PRs.
6464
* Make sure your local dependencies are up to date: `script/bootstrap`
65-
* Ensure that tests are green: `script/test`
65+
* Ensure that tests are green: `script/cibuild`
6666
* Bump the version in `lfs/lfs.go`, [like this](https://github.com/github/git-lfs/commit/dd17828e4a6f2394cbba8621037199dc28f046e8).
6767
* Add the new version to the top of CHANGELOG.md
6868
* Build for all platforms with `script/bootstrap -all` (you need Go setup for

0 commit comments

Comments
 (0)