Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ print_publish_instructions() {
echo
print_status "${prefix}Next: trigger the Buildkite publish build."
echo
echo " 1. Open https://buildkite.com/automattic/gutenbergkit/builds/new"
echo " 1. Open https://buildkite.com/organizations/automattic/pipelines/gutenbergkit/builds/new"
echo " 2. Branch: trunk"
echo " 3. Commit: $sha"
echo " 4. Environment Variables: NEW_VERSION=$tag"
Expand Down
2 changes: 1 addition & 1 deletion docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ It does **not** create the git tag or the GitHub release — that's Step 2.

Step 1 prints the SHA of the version-bump commit it just pushed. Trigger a new Buildkite build with that SHA pinned:

1. Open <https://buildkite.com/automattic/gutenbergkit/builds/new>
1. Open <https://buildkite.com/organizations/automattic/pipelines/gutenbergkit/builds/new>
2. **Branch**: `trunk`
3. **Commit**: the SHA printed by Step 1
4. **Environment Variables**: `NEW_VERSION=vX.Y.Z`
Expand Down
Loading