Skip to content
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

The v9.1.0 does not contain the latest code for the main branch #292

Closed
WinjayYu opened this issue Dec 13, 2022 · 3 comments
Closed

The v9.1.0 does not contain the latest code for the main branch #292

WinjayYu opened this issue Dec 13, 2022 · 3 comments

Comments

@WinjayYu
Copy link

The #280 pull quest resolved some compatibility issues and merged into the main branch two months ago. For example:

The main branch lib/util/url.js file line 3:

let isWindows = /^win/.test(globalThis.process?.platform),

However, the npm package v9.1.0 released on 16 days ago is not the same as above.

The v9.1.0 verison lib/util/url.js file line 3:

let isWindows = /^win/.test(process.platform),

So, please help to release a new version of the latest code on the main branch.

@philsturgeon
Copy link
Member

v9.1.0 has appeared by magic and gummed up the works as semantic release now cannot release its own v9.1.0 which would have the changes. Trying to figure out wtf is to be done here but I do not want to be spending any time on this project anymore after begging for help for over a year.

image

Ideas on the back of a postcard.

@sesam
Copy link

sesam commented Jan 23, 2023

Likely gummed up due to the node version mess discussed in #298

@philsturgeon
Copy link
Member

@sesam semantic release has been weird and broken since before that change, but everything seems to be ticking along fine now thanks to new maintain @jonluca fixing it up. Use 9.1.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants