A Metamask fork with Infura removed and default networks editable
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.
 
 
 
 
 
ciphermask/docs/publishing.md

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 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.