Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

metadata.json: remove "version" field #325

Merged
merged 1 commit into from
Mar 16, 2020

Conversation

mwilck
Copy link
Contributor

@mwilck mwilck commented Mar 16, 2020

Delete the "version" field from metadata.json. This is the result of discussions on #321, #323, #324, and extensions-web #102, extensions-web #95.

In order to not have to do this on every branch later, we should merge this PR before merging any "GNOME 3.3x support" PRs (#299, #312, #316, #323), even if it means that I need to rebase my PRs again.

@matthijskooijman, again, I couldn't invite you for review.

The "version" field in the extension meta data is reserved for internal
use on extensions.gnome.org. If at all, the version should be set to a
value that can be used as an argument to python's int() function, which
is not the case for the string we currently use.
The general recommendation is not to use "version" in metadata.json.

See e.g. https://gitlab.gnome.org/Infrastructure/extensions-web/issues/102#note_740134
Copy link
Member

@hedayat hedayat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants