-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix: remove now-unusable "legacy" notarization #187
Conversation
note: I took pains to make this backwards-compatible. If you’d rather I remove the obsolete types outright, I could do that instead. |
Really appreciate this @rotu! Had some comments about the docs, someone else has to look at the code bits. I'll leave it to that person whether the error message about legacy should also point to notarytool instead. |
@MarshallOfSound How do I get code review on this? |
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.
Seems legit, @rotu we talked about this and based on our policy RE typescript types you can also remove the types in a follow up if you want. This thing doesn't work, removing it can't be considered semver/major in any form. If anything it just fails peoples builds earlier which IMO is better.
🎉 This PR is included in version 2.3.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Updated API to reflect deprecated exports.
Updated documentation to match.
Removed code that will no longer work.