Skip to content

Commit

Permalink
release docs: Document how to find the deploy step, since it is async
Browse files Browse the repository at this point in the history
In particular, it w
  • Loading branch information
quodlibetor committed Nov 6, 2020
1 parent d4a7281 commit eb68dcd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,11 @@ in the infrastructure repository. All of these tests can be run in parallel.

- [ ] Find your build in buildkite, for example
https://buildkite.com/materialize/tests/builds?branch=v0.4.3
- [ ] Wait for the completion of the "Deploy" step
- [ ] Wait for the completion of the "Deploy", your tag will be listed as the branch at:
https://buildkite.com/materialize/deploy/builds

**NOTE:** the deploy step will appear green in the "tests" page before it is actually run,
because the tests only mark that the async job got kicked off, so check that second link.

### Create Homebrew bottle and update tap

Expand Down

0 comments on commit eb68dcd

Please sign in to comment.