You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,27 @@ It provides ADB binaries used by DevTools to connect to Firefox/GeckoView produc
5
5
6
6
### Releases
7
7
8
-
For documentation about releases check out [RELEASE.md](./RELEASE.md)
8
+
1. Update the value of the `VERSION` variable in the `Makefile` (and commit the change)
9
+
2. Run `make package`. The following files should have been generated in the `dist/` folder:
10
+
11
+
```
12
+
dist
13
+
├── linux
14
+
│ ├── adb-extension-0.0.7.0-linux.xpi
15
+
│ └── update.json
16
+
├── linux64
17
+
│ ├── adb-extension-0.0.7.1-linux64.xpi
18
+
│ └── update.json
19
+
├── mac64
20
+
│ ├── adb-extension-0.0.7.2-mac64.xpi
21
+
│ └── update.json
22
+
└── win32
23
+
├── adb-extension-0.0.7.3-win32.xpi
24
+
└── update.json
25
+
```
26
+
27
+
3. Upload the different XPI files to AMO (as unlisted versions). Download the signed XPI files.
28
+
4. Upload the signed XPI files and their `update.json` files to the FTP server. Note that we'll want to upload the versioned XPIs (e.g. `adb-extension-0.0.7.3-win32.xpi`) as well as "latest" copies (e.g. `adb-extension-latest-win32.xpi`).
"author": "Mozilla & Android Open Source Project",
5
4
"version": "@@VERSION@@",
6
-
"description": "An extension providing ADB binaries for Android remote debugging in Firefox DevTools. May be automatically installed when using about:debugging.",
7
-
"applications": {
5
+
"description": "An extension providing (@@ARCH@@) ADB binaries for Android remote debugging in Firefox DevTools. May be automatically installed when using about:debugging.",
0 commit comments