-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Backport Tabs API to 2023/1 Community Release #12140
Comments
@vince-fugnitto do you have info on how to do this? |
@tsmaeder I don't mind performing the actual release but if you want to give it a try the procedure is simpler for patch and community releases:
|
This is where the trouble starts: how do we create the release branch? I guess off the release tag. What name? |
For patch and community release it is quite simple, we'd checkout release/1.34.0 and branch off. I believe @JonasHelming mentioned the name |
either 1.34-community or 1.34-community-2023-02 |
@vince-fugnitto I don't think I'll get my npm account sorted in time for this one. Would you be so kind as to do the release? |
@vince-fugnitto on the 1.34 release branch, the last commits look like this:
I'm not how that chimes with your description above. |
@tsmaeder yes that looks correct, each release will have the two commits:
The double commits for a given release is due to |
But the "re-export update" changes will be created automatically? |
Yes the changes in the commit are done automatically. The result of |
@vince-fugnitto the
|
@tsmaeder would you like me to try? |
I'd like to figure out what the problem might be. We can't rely on you to be around all the time. Any idea on how to undo the effects so far and get more data? |
It doesn't look like anything was actually published yet for |
so can I just |
I'm pretty sure yea, the only thing I was worried about was if a subset of extensions were published previously but it does not seem like the case. |
@vince-fugnitto the same problem keeps happening. Did anyone ever try to do a release from Windows? |
I think @paul-marechal has but I'm not 100% sure. |
@vince-fugnitto could you do the release once more, please? I'll try to find out what's wrong with my build, but I don't want to hold up the release. The release branch holds backported commits already. |
I haven't released in a long while, but looking at your error:
I would attribute the 404 error to the |
@tsmaeder I can release if you'd like me to for sure, unless you want to keep trying. |
@vince-fugnitto yes, please. @paul-marechal that was my first idea as well, but I can run |
@tsmaeder it should be done :) |
@vince-fugnitto @paul-marechal still hitting the same 404 error as before, trying to do #12297. I'm at a complete loss here. Can we force verbosity somehow to tell us what the script is trying to do? |
I'm wondering if we should include #12248 which should help during the build process, and not be called during lerna as we remove it from the |
I removed the line installing playwright from the script and it still fails with 404. I don't think that's the problem. |
Looking at network traffic at the time I get the 404, the build seems to be interacting with npmjs.org. My suspicion is that I do not have the proper access to publish the theia packages. |
Ping @vince-fugnitto could you check if I have the necessary access rights? |
Feature Description:
There has been agreement in the community to backport the tabs API to the Jan. 2023 Community Release candidate. See #12109
The text was updated successfully, but these errors were encountered: