When publishing a new version of MetaMask, we follow this procedure:
You must be authorized already on the MetaMask plugin.
- Update the version in
app/manifest.jsonand the Changelog inCHANGELOG.md. - Visit the chrome developer dashboard.
npm run distto 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.