mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
611 B
611 B
Publishing Guide
When publishing a new version of MetaMask, we follow this procedure:
Incrementing Version & Changelog
You must be authorized already on the MetaMask plugin.
- Update the version in
app/manifest.json
and the Changelog inCHANGELOG.md
. - Visit the chrome developer dashboard.
Publishing
npm run dist
to generate the latest build.- Publish to chrome store.
- Publish to firefox addon marketplace.
- Post on Github releases page.
npm run announce
, post that announcement in our public places.