-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: replace node-fetch by fetch default API #27
Conversation
@@ -85,7 +85,6 @@ | |||
"husky": "^4.3.0", | |||
"import-sort-cli": "^6.0.0", | |||
"import-sort-parser-typescript": "^6.0.0", | |||
"import-sort-style-leboncoin": "^1.0.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got 404 on yarn install. Just removed it as the repo is not under development
9d2ecbe
to
ba19d66
Compare
Put PR into draft as the |
55c3bc3
to
67145c8
Compare
@simonsmith I finished the PR. I removed a few things to make it run smoothly and fixed the release action by updating |
Amazing, let's try it |
Oh one question, usually https://github.com/pvdlg/conventional-changelog-metahub#commit-types
|
67145c8
to
a7b0338
Compare
I changed to |
You should be able to revert the version change and semantic release will do it for us. So the commit would have something like this in the description:
That will trigger a The breaking change part is detailed here for reference - https://www.conventionalcommits.org/en/v1.0.0/ |
BREAKING CHANGE: requires node >= 18
a7b0338
to
5c42f14
Compare
Alright, should be fine now. Thanks for sharing the convention, I didn't knew it exactly. Should we merge it now ? |
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.