question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Improve versioning with Git tags / GH releases.

See original GitHub issue

Hello, thanks for the lib It works great! I faced with some limitations:

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
mxschmittcommented, Dec 22, 2020

Does this mean we even have to download the browsers twice? This is esentially what I see when running my container (based on playwright base image)

If the browser version will match with the browser installed in the Docker image, then they won’t be downloaded again. This is blocked by the versioning, so its more clearer in the future.

I renamed the issue and we keep that open until I have the clear versioning in place, if you have more suggestions, feel free to open new issues, thanks!

0reactions
mxschmittcommented, Dec 30, 2020

Closed, I released version 0.171.0 which follows the same version schema as Playwright for Python etc. are using. It corresponds to version 1.7.1 of Playwright.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Managing Releases with Semantic Versioning and Git Tags
Michael Miles from MIT Sloan shares how to manage software releases with semantic versioning and Git tags. Learn about build numbers and how...
Read more >
Automatic tagging of releases - git - Stack Overflow
I wrote this to help with updating tags incrementally e.g. 1.0.1 to 1.0.2 etc. 2020 update: I have posted an improved version beneath/here....
Read more >
Managing releases in a repository - GitHub Docs
Releases draft button. Click Choose a tag, type a version number for your release, and press Enter. Alternatively, select an existing tag. Enter...
Read more >
How to Manage Releases with Semantic Versioning and Git ...
Using a standard versioning system, such as semantic versioning with Git, and knowing how to use Git tags to easily tag a repository...
Read more >
Revisiting versioning with GitHub - Sam Learns Azure
A tagged release helps to clearly document and mark a point in history. We have talked about versioning before, but as we use...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found