Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update extension to use major.minor versioning scheme (#73)
This change is needed for mozilla-extensions/xpi-manifest#215 In Bug 1793925, Firefox Desktop started to emit warnings when an extension's version doesn't match the format specified in the MDN docs. To comply with this format, we need to drop the patch version on the add on pipeline web extensions. The pipeline will now generate versions as major.minor.date.time
- Loading branch information