diff options
| author | Phil Crosby | 2014-07-20 17:09:57 -0700 | 
|---|---|---|
| committer | Phil Crosby | 2014-07-20 17:33:01 -0700 | 
| commit | 685fa430386e065dbb8fd1ed6b094da35e55aa66 (patch) | |
| tree | e697b05be0830b166868dd3a9fa71bf79a7825a3 /CONTRIBUTING.md | |
| parent | 358e8b6d6b02bfcb00382057b1376ceb51ea9e60 (diff) | |
| download | vimium-685fa430386e065dbb8fd1ed6b094da35e55aa66.tar.bz2 | |
Document the checklist for submitting to the chrome store
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 20 | 
1 files changed, 20 insertions, 0 deletions
| diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b2df1a7f..2efe73a2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,3 +63,23 @@ reports:  When you're done with your changes, send us a pull request on Github. Feel free to include a change to the  CREDITS file with your patch. + +## How to release Vimium to the Chrome Store + +This process is currently only done by Phil or Ilya. + +1. Increment the version number in manifest.json +2. Update the Changelog in README.md + +    You can see a summary of commits since the last version: `git log --oneline v1.45..` + +3. Push your commits +4. Create a git tag for this newly released version + +        git tag -a v1.45 -m "v1.45 release" + +5. Run `cake package` +6. Take the distributable found in `dist` and upload it +   [here](https://chrome.google.com/webstore/developer/dashboard) +7. Update the description in the Chrome store to include the latest version's release notes +8. Celebrate | 
