Skip to content

Commit

Permalink
Merge pull request #63 from eddex/release/2.0.15
Browse files Browse the repository at this point in the history
release 2.0.15
  • Loading branch information
Lextum authored Apr 4, 2020
2 parents 0470431 + 9d20723 commit 26f8067
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,13 @@ Google might remove the extension from the store again, so stay tuned.
## Create a new release

1. Update the version number in `src/manifest.json`.
2. Add everthing from `src` to a `.zip` file:
2. Add everthing from `src/` to a `.zip` file:
- `_locales/` directory
- `components/` directory
- `data/` directory
- `icons/` directory
- `lib/` directory
- `popup/` directory
- `templates/` directory
- `LICENSE` file
- `main.js` file
Expand All @@ -88,5 +91,5 @@ Google might remove the extension from the store again, so stay tuned.
4. Update `updates.json` with the new release.
- To get the `update_hash` generate the sha256 hash of the file.
- e.g. `Get-FileHash hslu_simple_mep_results-2.0.8-firefox.xpi` in PowerShell.
5. Push your changes!
6. Create a new release in this repo and attach the `.xpi` file.
5. Create a branch (e.g. `release/2.0.15`), push your changes and create a pull request.
6. AFTER(!) the pull request is merged, create a new release in this repo and attach the `.xpi` file.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "HSLU simple MEP results",
"version": "2.0.14",
"version": "2.0.15",
"description": "Show the results of your exams in a nice way instead of the crappy default layout.",
"icons": {
"48": "icons/icon-48.png",
Expand Down
5 changes: 5 additions & 0 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
"version": "2.0.14",
"update_link": "https://github.com/eddex/hslu-simple-mep-results/releases/download/2.0.14/hslu_simple_mep_results-2.0.14-firefox.xpi",
"update_hash": "sha256:30C17FC1F3BC39DAC24017C82F6884A14961058B1299929F645FF75AF7E7E8BB"
},
{
"version": "2.0.15",
"update_link": "https://github.com/eddex/hslu-simple-mep-results/releases/download/2.0.15/hslu_simple_mep_results-2.0.15-firefox.xpi",
"update_hash": "sha256:0C0C28D0182FFC6A2F6DA72D25C53C6F6F70ACE4CDB60731B04AC1315613BF90"
}
]
}
Expand Down

0 comments on commit 26f8067

Please sign in to comment.