Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 654 Bytes

publishing.md

File metadata and controls

19 lines (12 loc) · 654 Bytes

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 ofmajor, minor, or patch`.

Publishing

  1. npm run dist to generate the latest build.
  2. Publish to chrome store.
  1. Publish to firefox addon marketplace.
  2. Post on Github releases page.
  3. npm run announce, post that announcement in our public places.