1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

doc - publishing - typo fix (#6399)

This commit is contained in:
kumavis 2019-04-05 02:49:37 +08:00 committed by Whymarrh Whitby
parent 55cb4bf907
commit 12cca73000

View File

@ -15,7 +15,7 @@ We try to ensure certain criteria are met before deploying:
Version can be automatically incremented [using our bump script](./bumping-version.md). Version can be automatically incremented [using our bump script](./bumping-version.md).
npm run version:bump $BUMP_TYPE` where `$BUMP_TYPE` is one of `major`, `minor`, or `patch`. npm run version:bump `$BUMP_TYPE` where `$BUMP_TYPE` is one of `major`, `minor`, or `patch`.
## Preparing for Sensitive Changes ## Preparing for Sensitive Changes