Improve versioning with Git tags / GH releases.
See original GitHub issueHello, thanks for the lib It works great! I faced with some limitations:
-
I would like to avoid downloading https://github.com/mxschmitt/playwright-go/blob/c9d1531e0354a7f267237b3ac55595a8f18170e4/run.go#L29 after every container start. I assumed that playwright is already installed on the official
mcr.microsoft.com/playwright:bionic
images. -
It looks like that playwright is installed from an external source https://github.com/mxschmitt/playwright-go/blob/c9d1531e0354a7f267237b3ac55595a8f18170e4/run.go#L15 not the official ones.
-
How can I install a different playwright version? The current is 1.7
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (6 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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!
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.