We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05579fd commit c98bc5bCopy full SHA for c98bc5b
CONTRIBUTING.md
@@ -62,7 +62,7 @@ If you are the current maintainer:
62
* Create a [new draft Release](https://github.com/github/git-lfs/releases/new).
63
List any changes with links to related PRs.
64
* Make sure your local dependencies are up to date: `script/bootstrap`
65
-* Ensure that tests are green: `script/test`
+* Ensure that tests are green: `script/cibuild`
66
* Bump the version in `lfs/lfs.go`, [like this](https://github.com/github/git-lfs/commit/dd17828e4a6f2394cbba8621037199dc28f046e8).
67
* Add the new version to the top of CHANGELOG.md
68
* Build for all platforms with `script/bootstrap -all` (you need Go setup for
0 commit comments