@mapbox/assembly 1.4.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -169,5 +169,5 @@ Development is done in the `publisher-staging` branch, but releases are made fro
169
169
  - From `publisher-production`:
170
170
  - Create a tag. No message is necessary, since the changelog includes explanations of changes. For example: `git tag -a 0.8.0 -m ""`.
171
171
  - Push the tag: `git push --tags`.
172
- - Publish the new version on npm.
172
+ - Publish the new version on npm: `mbx npm publish`
173
173
  - Deploy the changes. Talk to **@mapbox/frontend-platform** if you need help.