You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
654 B
654 B
Publishing Guide
When publishing a new version of MetaMask, we follow this procedure:
Incrementing Version & Changelog
Version can be automatically incremented using our bump script.
npm run version:bump $BUMP_TYPEwhere
$BUMP_TYPEis one of
major,
minor, or
patch`.
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.