nifty-wallet/docs/publishing.md

20 lines
654 B
Markdown
Raw Normal View History

2017-06-05 13:46:18 -07:00
# Publishing Guide
When publishing a new version of MetaMask, we follow this procedure:
2017-06-05 13:55:48 -07:00
## Incrementing Version & Changelog
Version can be automatically incremented [using our bump script](./bumping-version.md).
2017-06-05 13:55:48 -07:00
npm run version:bump $BUMP_TYPE` where `$BUMP_TYPE` is one of `major`, `minor`, or `patch`.
2017-06-05 13:55:48 -07:00
## Publishing
2017-06-05 13:46:18 -07:00
1. `npm run dist` to generate the latest build.
2. Publish to chrome store.
- Visit [the chrome developer dashboard](https://chrome.google.com/webstore/developer/dashboard?authuser=2).
2017-06-05 13:46:18 -07:00
3. Publish to firefox addon marketplace.
4. Post on Github releases page.
5. `npm run announce`, post that announcement in our public places.