Skip to content

Commit 0632f52

Browse files
committed
README 💄
1 parent f3c4f6f commit 0632f52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ To generate a proper `manifest.json` file for Firefox, execute the following scr
4848

4949
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:
5050

51-
For Chrome:
51+
#### For Chrome
5252

5353
1. Open Chrome
5454
2. Click Settings -> Extensions -> Load unpacked
5555
3. Select the `chrome-mv3-prod` folder inside of `build/`
5656

57-
For Firefox
57+
#### For Firefox
5858

5959
1. Open Firefox
6060
1. Go to `about:debugging#/runtime/this-firefox`
@@ -66,8 +66,8 @@ We currently publish the extension for **Chrome** and **Firefox**.
6666

6767
To release a new version, follow these steps:
6868

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`
7171
1. Create a tag `vX.Y.Z`
7272
1. Compose a list of changes using the list of commits that were pushed since last version
7373
1. [Create a new release](https://github.com/gitpod-io/browser-extension/releases/new), listing changes:

0 commit comments

Comments
 (0)