Skip to content

Commit

Permalink
added step to the release guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Aug 13, 2018
1 parent c270695 commit b7aeb10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/release-guide.md
Expand Up @@ -7,7 +7,8 @@ How to make a release:
- Run `env TRAVIS_TAG=<version> make prepublish` and make sure it succeeds.
- Commit the changed files (`package.json` and `dist/manifest.json`).
- Create a PR, merge when checks have passed.
- Create a tag.
- Check out the master branch.
- Create a release/tag on GitHub.
- Publish to Chrome webstore (not automated)
- First time only:
- Create a `.env-webstore` with your `CLIENT_ID=...` and `CLIENT_SECRET=...` on separate lines
Expand Down

0 comments on commit b7aeb10

Please sign in to comment.