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: README.md
-61Lines changed: 0 additions & 61 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -415,64 +415,3 @@ The first command will prompt you for a password. The second step requires you t
415
415
license, and then accept it by typing "agree".
416
416
417
417
(Thanks to [this thread](https://github.com/bazelbuild/bazel/issues/4314) for these steps)
418
-
419
-
## Releasing
420
-
421
-
Begin by tagging the revision you're about to release, and push that tag to GitHub.
422
-
423
-
Before running a release build, you must ensure that the `--stamp` flag is used by
424
-
the build. The easiest way to do this is:
425
-
426
-
```shell
427
-
echo build --stamp >>.bazelrc.local
428
-
```
429
-
430
-
### GitHub Release Page
431
-
432
-
* Draft a new (perhaps pre-release)
433
-
* Make sure this release is for the tag you created earlier
0 commit comments