Skip to content

Thanks is now rebuilt on GitHub actions #470

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/release/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Decide on a time to do the release, T.
```

After this [Update thanks.rust-lang.org][update-thanks] by triggering a build
on Travis.
on GitHub Actions on the master branch.

- **T-5m** - Merge blog post.

Expand All @@ -149,7 +149,7 @@ Decide on a time to do the release, T.
- **T+1hr** Send a PR to the beta branch to comment out `dev: 1` again and
update the date to download from (modifying `src/stage0.txt`).

[update-thanks]: https://travis-ci.com/rust-lang/thanks
[update-thanks]: https://github.com/rust-lang/thanks/actions?query=workflow%3ACI

Bask in your success.

Expand Down