-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Auto-deployments #75
Comments
Hey @jan-molak, thanks a lot!
Correct
I just click the generate button manually in the GitHub UI |
The slightly tricky part is that the version number of If this is how you want to keep it, then we could configure a release pipeline that, upon a merge to the default branch:
An alternative could be to depart slightly from keeping the version number in sync with Playwright and introduce a build number component, like |
Thanks a lot, i think this would be great to have in place! Lets see how things workout and adjust if needed |
Hey @sand4rt, as discussed in #52 and #49, it would be good to make
playwright-ct-web
deploy a new version whenever Playwright is updated.I'm wondering what the best way to automate this process is, so I thought we could discuss it here.
I see that, at the moment, this repository has two GitHub workflows:
pnpm publish
I assume that the version number in
package.json
needs to be bumped manually, committed, and then you need to trigger the release via GitHub UI. Is that correct?I'm not clear on how the release notes get generated at https://github.com/sand4rt/playwright-ct-web/releases
Is this an automated process?
The text was updated successfully, but these errors were encountered: