Commit 70ced63
docs: update release process for deterministic publish workflow (#166)
## Summary
Updates `docs/release-process.md` to reflect the new deterministic
release workflow for MetaMask Extension
([INFRA-3250](https://consensyssoftware.atlassian.net/browse/INFRA-3250),
[RAPID](https://consensyssoftware.atlassian.net/wiki/spaces/PRDC/pages/400673538083/RAPID+Metamask+Extension+Deterministic+Release+Workflow)).
**What changed in the workflow:**
- The old `tag-release-branch` GitHub Action (which only added a tag) is
replaced by the new `publish-release-from-release-head` workflow
(manually triggered)
- Production build, tag, and GitHub release are now created from the
release branch HEAD **before** merging to `stable`, enforcing `Tag SHA
== Build SHA == Release target SHA`
- Merging to `stable` is now a sync step only — it no longer triggers an
automatic production build
**Diagram nodes updated:**
- `CURRENT10`: `'Tag Release Branch' GitHub Action` →
`'publish-release-from-release-head' workflow`
- `CURRENT11`: `Release tag is added on the release branch` →
`Production build, tag, and GitHub release are created from release
branch HEAD`
- `STABLE1`: `A new production build is automatically created and posted
on the repo's releases page` → `Release branch is merged into 'stable'
branch`
## References
- Jira:
[INFRA-3250](https://consensyssoftware.atlassian.net/browse/INFRA-3250)
- RAPID: [Metamask Extension Deterministic Release
Workflow](https://consensyssoftware.atlassian.net/wiki/spaces/PRDC/pages/400673538083/RAPID+Metamask+Extension+Deterministic+Release+Workflow)
- Implementation PR: MetaMask/metamask-extension#39285
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d1a1344 commit 70ced63
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments