From 13ddb9cc8c3c4de2d994dea8a58c79b7795f422e Mon Sep 17 00:00:00 2001 From: Wojtek Naruniec Date: Mon, 22 Apr 2024 19:26:10 +0200 Subject: [PATCH] Update Buildkite project URL (#8) --- docs/release-process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-process.md b/docs/release-process.md index ba36c1cbc..cc8cbc574 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -1,6 +1,6 @@ # Release Process -Release builds are built, signed, notarized, and uploaded to the CDN by [Buildkite](https://buildkite.com/automattic/wp-local-playgrounds). +Release builds are built, signed, notarized, and uploaded to the CDN by [Buildkite](https://buildkite.com/automattic/studio). Once the release is on the CDN the auto-update process will start downloading the new version. ## Creating a Release @@ -11,7 +11,7 @@ These instructions are for creating version 0.1.0-alpha.5, but the steps are the - Remember to run `npm install` so the version in `package-lock.json` gets updated too. 2. Merge this PR. 3. Make a note of the commit hash of the PR which was just merged into `trunk`, e.g. `a1c70f3a3be5d28922a48f7f298f6152d6001516` -4. Tag this commit with `v0.1.0-alpha.5`. +4. Tag this commit with `v0.1.0-alpha.5`: 1. On your local machine get the latest code: `git checkout trunk && git pull` 2. Create the tag: `git tag v0.1.0-alpha.5 a1c70f3a3be5d28922a48f7f298f6152d6001516` 3. Push the tag to the GitHub repo: `git push origin v0.1.0-alpha.5`