Skip to content

Commit

Permalink
Add notes for releasing chrome launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
samccone committed Jun 10, 2017
1 parent 1766a5e commit 960ab63
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ echo "Upload the package zip to CWS dev dashboard"

echo "Verify the npm package won't include unncessary files"
yarn global add irish-pub pkgfiles
irish-pub; pkgfiles;
irish-pub; pkgfiles;

echo "ship it"
npm publish
Expand All @@ -110,6 +110,15 @@ echo "Generate the release notes, and update the release page"
echo "Inform various peoples"
```

### Releasing chrome launcher.

```sh
cd chrome-launcher
echo "edit package.json bumping the version"
echo "commit the change as a version bump"
npm publish
```

### Canary release

```sh
Expand Down

0 comments on commit 960ab63

Please sign in to comment.