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 12, 2017
1 parent ed165c2 commit 0d9738a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 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,17 @@ echo "Generate the release notes, and update the release page"
echo "Inform various peoples"
```

### Releasing chrome launcher.

```sh
cd chrome-launcher
echo "build the launcher source code"
yarn build
echo "run npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]"
echo "commit the change as a version bump"
npm publish
```

### Canary release

```sh
Expand Down

0 comments on commit 0d9738a

Please sign in to comment.