docs(protocol-designer): update release process for parallel staging#21145
Merged
docs(protocol-designer): update release process for parallel staging#21145
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## edge #21145 +/- ##
==========================================
+ Coverage 57.37% 57.38% +0.01%
==========================================
Files 3922 3922
Lines 321782 321700 -82
Branches 46366 46366
==========================================
- Hits 184630 184616 -14
+ Misses 136929 136861 -68
Partials 223 223
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
jerader
reviewed
Mar 31, 2026
jerader
reviewed
Mar 31, 2026
jerader
approved these changes
Mar 31, 2026
Collaborator
jerader
left a comment
There was a problem hiding this comment.
copy looks good to me, thanks!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
protocol-designer/RELEASE.mdso PD release steps match CI: add a Builds and deployments section (source of truth:.github/workflows/pd-test-build-deploy.yaml), documentpd-test*tags (not branches) for sandbox deploys athttps://sandbox.designer.opentrons.com/{full tag name}, clarify that only staging and production tagged deploys need PD release approval in Actions, describe alphas viapd-test*→ staging viastaging-protocol-designer@*→ production viaprotocol-designer@*, and state thatpd-test*tag names must not contain@(those tags become the URL path;@remains correct on staging and production tags only).pd-test*onpush.tags, and removepd-test*frompush.branchesso sandbox alphas are tag-driven.scripts/static-deployforpd-test*tag resolution (sandbox + full tag as prefix).Test Plan and Hands on Testing
protocol-designer/RELEASE.mdfor accuracy, links, and consistency with the workflow..github/workflows/pd-test-build-deploy.yamltriggers match the doc (branches vs tags forpd-test*).Changelog
pd-test*sandbox tags, and a small static-deploy test; no user-facing product or API changes.Risk assessment
pd-test*(branch pushes no longer deploy under that pattern); staging and production unchanged. Documentation errors could still mislead releasers.