Skip to content

Commit

Permalink
Merge pull request #162 from SuperuserLabs/dev/v0.6.3
Browse files Browse the repository at this point in the history
v0.6.3
  • Loading branch information
ErikBjare authored Aug 13, 2018
2 parents 7975a81 + 58c4a00 commit 121f14e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Thankful",
"version": "0.6.2",
"version": "0.6.3",
"description": "",
"icons": {
"64": "icons/handshake.png"
Expand Down
18 changes: 18 additions & 0 deletions docs/release-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Release guide

How to make a release:

- Make sure tests pass.
- Create and checkout a branch for the new version.
- 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.
- 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
- Run `make webstore-step1`, authenticate and put the received value as `CODE=...` in `.env-webstore`
- Run `make webstore-step2`, put value of the printed `refresh_token` key into `REFRESH_TOKEN=...`
- Run `make publish-webstore`
- Upload the source zip from the GitHub tag to Mozilla Addons.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thankful",
"version": "0.6.2",
"version": "0.6.3",
"description": "Thankful",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 121f14e

Please sign in to comment.