-
Notifications
You must be signed in to change notification settings - Fork 17
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
Maintenance branch release (v7.4.0) #952
Comments
I couldn't get
|
May I ask what the job is? I want to check the log. |
The prerelease of I'm guessing that there's something which should have been backported which wasn't. |
Here's the log for the failed |
@goosewobbler https://www.npmjs.com/package/@wdio/electron-utils/v/7.5.0-next.0 It seems to be well if we release v7.5.0-next.1 or upper version.. |
Ah that would be it, I think this was when I was testing turbo-build release. |
The manual E2Es pass now. I think turbo-version might have been getting the version from the existing git tags, I deleted all the 7.5.0 and 7.4.0 prerelease tags, let's see |
Fixed it, we have And some more errors, fixed one of them, getting this old friend. I updated
|
Actually I think this is due to the old packages released on NPM as |
Now we have issues with the NPM publish of the release workflow.
|
I think we need the tag for the pre-release workflow to be Or maybe @mato533 what do you think? I resetted the v7 versions and deleted the git tags so that we can release once the NPM tags are being set correctly, will look at this later. |
thank you live update! I like lts / lts-next |
@mato533 I've been thinking about the development flow here and if we're going to support a maintenance branch then it makes sense to separate things further and have a 'current' or 'stable' branch as well, the issue is that currently e.g. for the current versions:
What do you think? I propose we sort out this approach before merging any v9 breaking changes to |
@goosewobbler My concern is same as you written.
Basically I agree to create 3 branches |
It may be a good idea to use stable as the main branch.This is because I believe that most development does not involve breaking change. However, my concern is to operate feature and stable separately, so when we release feature, We may merge it with stable, but it may be difficult to resolve conflicts at that time.The longer we run it, the more likely it will be. |
Yeah, I think you're right. Keeping |
I like the simplicity of operation and flexibility that the project employs. Any idea that doesn't lose this feature would be great. I think a feature branch with automatic synchronisation would be a good idea. |
The text was updated successfully, but these errors were encountered: