Skip to content

Commit

Permalink
Update deployment docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniehobson authored and alexgibson committed Feb 25, 2019
1 parent cfdd0b5 commit 36ef533
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/README.md
Expand Up @@ -505,10 +505,10 @@ npm test

Protocol is published to NPM under the `@mozilla-protocol/core` namespace/package name. To publish a release to NPM, use the following steps:

1. Update the `version` number in [package.json][package.json] (use [Semantic Versioning][semver] to determine what the new version number should be).
2. Update the accompanying [README.md][readme].
3. Make sure [CHANGELOG.md][changelog] is also up to date.
4. Commit the changes to the `master` branch.
1. Before you start make sure the project's [CHANGELOG.md][changelog] is up to date.
2. Update the package `version` number in [src/assets/package/package.json][package.json] (use [Semantic Versioning][semver] to determine what the new version number should be).
3. Update the package README [assets/package/README.md][readme].
4. Submit a pull request with your changes (or commit directly to `master` if you have permission). Once the changes have been merged to master:
5. Tag a new release. You can do this either using [Git tag][git-tag], or directly on the [GitHub website][releases].
6. Run `npm test` to run the build script and front-end tests. The package contents will be located in `./dist/assets/protocol/`.
7. If the build is successful and all tests pass, publish to NPM using `npm publish ./dist/assets/protocol/`.
Expand Down

0 comments on commit 36ef533

Please sign in to comment.