When publishing a new version of MetaMask, we follow this procedure:
Version can be automatically incremented using our bump script.
npm run version:bump $BUMP_TYPEwhere
$BUMP_TYPEis one of
major,
minor, or
patch`.
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.