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

chore: generate browser versions when doing release #999

Merged

Conversation

aslushnikov
Copy link
Collaborator

This introduces a handful of new markdown preprocessor commands to
insert browser versions:

  • GEN:chromium-version-if-release - inserts current Chromium version
    if we're doing release; noop otherwise.
  • GEN:firefox-version-if-release - inserts current Firefox version
    if we're doing release; noop otherwise.

And to generate badge links:

  • GEN:chromium-version-badge-if-release - inserts current Chromium version
    badge if we're doing release; noop otherwise.
  • GEN:firefox-version-badge-if-release - inserts current Firefox version
    badge if we're doing release; noop otherwise.

This doesn't touch webkit at all - we're yet to figure what to do with
webkit version.

NOTE: versions will be updated only once we release. This way our
README.md always represents last released version.

This introduces a handful of new markdown preprocessor commands to
insert browser versions:
- `GEN:chromium-version-if-release` - inserts current Chromium version
  if we're doing release; noop otherwise.
- `GEN:firefox-version-if-release` - inserts current Firefox version
  if we're doing release; noop otherwise.

And to generate badge links:
- `GEN:chromium-version-badge-if-release` - inserts current Chromium version
  badge if we're doing release; noop otherwise.
- `GEN:firefox-version-badge-if-release` - inserts current Firefox version
  badge if we're doing release; noop otherwise.

This doesn't touch webkit at all - we're yet to figure what to do with
webkit version.

NOTE: versions will be updated only once we release. This way our
README.md always represents last released version.
@JoelEinbinder JoelEinbinder merged commit d29625c into microsoft:master Feb 14, 2020
@aslushnikov aslushnikov deleted the generate-browser-version branch April 23, 2020 00:45
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.

2 participants