1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/app/manifest
Mark Stacey 3a5538bd50
Migrate beta version to the main version field (#12246)
The main `version` field in `package.json` will now include the beta
version (if present) rather than it being passed in via the CLI when
building. The `version` field is now a fully SemVer-compatible version,
with the added restriction that any prerelease portion of the version
must match the format `<build type>.<build version>`.

This brings the build in-line with the future release process we will
be using for the beta version. The plan is for each future release to
enter a "beta phase" where the version would get updated to reflect
that it's a beta, and we would increment this beta version over time as
we update the beta. The manifest gives us a place to store this beta
version. It was also important to replace the automatic minor bump
logic that was being used previously, because the version in beta might
not be a minor bump.

Additionally, the filename logic used for beta builds was updated to
be generic across all build types rather than beta-specific. This will
be useful for Flask builds in the future.
2021-10-06 15:14:48 -02:30
..
_base.json lockdown - breakout making globalThis properties non-writable (#12258) 2021-10-01 08:53:12 -10:00
_beta_modifications.json Migrate beta version to the main version field (#12246) 2021-10-06 15:14:48 -02:30
brave.json Use prettier for JSON linting (#9396) 2020-09-11 10:57:39 -03:00
chrome.json Bump minimum Chrome version to 66 (#11995) 2021-09-01 13:19:03 -07:00
firefox.json Increase minimum Firefox version to v68 (#10195) 2021-01-21 09:01:42 -06:00
opera.json Use prettier for JSON linting (#9396) 2020-09-11 10:57:39 -03:00