Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit cb64a65

Browse files
committed
Update CONTRIBUTING.md
1 parent bb9b5ca commit cb64a65

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CONTRIBUTING.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,11 @@ The Cypress E2E integration test suite requires a login cookie fixture in order
4747

4848
# Release procedure
4949

50-
- Update the version in `packages.json` and `release_notes.html` (`manifest.json` is updated from `packages.json` automatically).
51-
- Use `npm run build:pack` to generate deployables in the `artifact/` folder when uploading to AMO or the Chrome addon store.
50+
- Update the version in `package.json` and `src/assets/release_notes.html` (`manifest.json` is updated from `package.json` automatically).
51+
- To use the Docker build environment, run `cd build` and `./buildenv.sh`.
52+
- Clean with: `rm -rf dist artifacts node_modules`
53+
- Install prerequisites with: `npm install`
54+
- Use `npm run build:pack` to generate deployables in the `artifacts/` folder when uploading to AMO or the Chrome addon store.
5255
- Tag a release on GitHub.
5356
- Add the zip to the release.
5457
- Release to the Firefox Add-ons site.

0 commit comments

Comments
 (0)