Skip to content

Commit

Permalink
Updated the Readme versioning info (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkelM authored Mar 28, 2024
1 parent 9621ad0 commit b6e80b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ You may also test the extension with Firefox by running `npm run dev:firefox`, w

#### Firefox for Android

*The Firefox for Android version of this extension is still under development. The extension as a whole or parts of it may not function as expected.*

- Make sure to have an Android device or Emulator set up for developer mode and running (follow [these instructions](https://extensionworkshop.com/documentation/develop/developing-extensions-for-firefox-for-android/#install-and-run-your-extension-in-firefox-for-android) to learn how to do so).
- Run `adb devices` to get the device ID of your device or emulator.
- Exchange the device ID in the `dev:android` script in `package.json` with the ID you just got. The default is `emulator-5554`.
Expand All @@ -105,7 +107,7 @@ Packages that are released/uploaded to webstores will have both of these version
During development, smaller changes may get pushed to the `main` branch.
These packages will have the same `version` number as the latest release, but a newer `version_name` number, often including a `-beta` suffix, to distinguish them from the latest release.

This naming scheme is used to allow users to test and distinguish new changes before their release, but to keep the integrity of the automated release pipeline, which uses the `version` property to determine whether a new release should be created.
This naming scheme is used to allow users to test and distinguish new changes before their release, while still keeping the integrity of the automated release pipeline, which uses the `version` property to determine when a new release should be created.

---

Expand Down

0 comments on commit b6e80b0

Please sign in to comment.