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: docs/RELEASE-PROCESS.md
+11-7
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ This process can be used to push a manual release to the [Firefox Add-Ons](https
30
30
- brave
31
31
- chromium
32
32
- firefox
33
-
- Attach these assets to the draft release.
33
+
- ~~Attach these assets to the draft release.~~ The built assets should be attached to the draft release automatically if all the above steps are followed.
34
34
35
35
## Publish on Chrome Web Store
36
36
@@ -39,14 +39,16 @@ Brave, Opera, and Edge do not require additional publishing step.
- Publishing requires your Google Account to belong to the IPFS Companion Maintainers Google Group (ask IPFS Stewards to be added).
42
-
- Go to Developer Dashboard and select publisher: `IPFS Shipyard`.
43
-
- Select `Package` from the left sub-menu.
44
-
- Upload the newly built package for Chromium [earlier](#build-release-artifacts).
42
+
- Go to Developer Dashboard and select publisher in the top right: `IPFS Shipyard`
43
+
- You should see `IPFS Companion` and `IPFS Companion (Beta @ xxxxxx). If not, select `Items` on the left menu.
44
+
- Select the correct extension you want to publish, usually `IPFS Companion`.
45
+
- Select `Package` on the left menu (Under the Build category).
46
+
- Upload the newly built package for Chromium [earlier](#build-release-artifacts). Use the same `ipfs_companion-<semver>_chromium.zip` file on the draft release.
45
47
- The new package goes to draft state automatically.
46
-
- Go to `Store listing` section from the left sub-menu.
48
+
- Go to `Store listing` section from the left sub-menu. (This should happen automatically after uploading a new package).
47
49
- Click `Save Draft` and then `Submit for Review`.
48
50
- "Review" may take from a few hours to a few days. Google sends no email informing when new version is approved.
49
-
- Only way to check it is to inspect the version number on the store listing or Dev Dashboard.
51
+
- Only way to check when it is published is to inspect the version number on the store listing or Dev Dashboard.
50
52
51
53
## Publish on [Firefox Add-Ons Store](https://addons.mozilla.org/)
52
54
@@ -73,4 +75,6 @@ Brave, Opera, and Edge do not require additional publishing step.
73
75
74
76
## Release on Github.
75
77
76
-
Release the draft release just created. That's it!
78
+
Release the draft release just created. You don't need to wait for the Chrome or Firefox stores to finish the extension review; you can just verify that the review is in progress.
0 commit comments