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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,13 +48,13 @@ To generate a proper `manifest.json` file for Firefox, execute the following scr
48
48
49
49
You can test the extension without publishing to the store. Before uploading the bundle to the browser, make sure to [build](#build) the code, then follow these steps:
50
50
51
-
For Chrome:
51
+
#### For Chrome
52
52
53
53
1. Open Chrome
54
54
2. Click Settings -> Extensions -> Load unpacked
55
55
3. Select the `chrome-mv3-prod` folder inside of `build/`
56
56
57
-
For Firefox
57
+
#### For Firefox
58
58
59
59
1. Open Firefox
60
60
1. Go to `about:debugging#/runtime/this-firefox`
@@ -66,8 +66,8 @@ We currently publish the extension for **Chrome** and **Firefox**.
66
66
67
67
To release a new version, follow these steps:
68
68
69
-
1. Bump up the version value inside `manifest.json`
70
-
1. Push your changes to `master`
69
+
1. Bump up the version value inside `package.json`
70
+
1. Push your changes to `main`
71
71
1. Create a tag `vX.Y.Z`
72
72
1. Compose a list of changes using the list of commits that were pushed since last version
73
73
1.[Create a new release](https://github.com/gitpod-io/browser-extension/releases/new), listing changes:
0 commit comments