-
Notifications
You must be signed in to change notification settings - Fork 561
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: packageJsonStruct to allow repository.directory
#2754
Conversation
When releasing a package from a monorepo the `repository.directory` is used to identify which package is been released. This is used for the Github build provenance.
Hi @alber70g, thanks for your PR! It looks like there's a lint issue:
Happy to get this merged once you fixed that. |
When this is merged, how long will it take to be released on npm? |
We're planning to do a release this week! |
Hi, I see this was released on 26 Sept, and we were able to update the build tooling to build our snap. But the Flask extension does not accept it yet. I've updated it to version Could you please look into publishing a new version of the extension with this change included? Thank you. |
The updated version of |
When releasing a package from a monorepo the
repository.directory
is used to identify which package is been released. This is used for the Github build provenance.