tree: 7401af1e53d911d5ad5f04d9081d86405b996583 [path history] [tgz]
  1. gcs.go
  2. git.go
  3. github.go
  4. http.go
  5. main.go
  6. markdown.go
  7. README.md
cmd/releasebot/README.md

golang.org/x/build/cmd/releasebot

Command releasebot runs a Go release.

The release happens in two stages:

  • the prepare stage checks preconditions, makes the release commit and mails it for review;
  • the release stage runs after the release commit is merged, and it tags, builds and cleans up the release.

At the moment only minor releases are supported.

Permissions

The user running a release will need:

  • A GitHub personal access token with the public_repo scope in ~/.github-issue-token, and an account with write access to golang/go
  • gomote access and a token in your name
  • gcloud application default credentials, and an account with GCS access to golang-org for bucket golang-release-staging
  • release-manager group membership on Gerrit

NOTE: all but the Gerrit permission are ensured by the bot on startup.