-
Notifications
You must be signed in to change notification settings - Fork 18
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
transform:
#270
Comments
looks like the error is here: brewkit/lib/hooks/usePantry.getVersions.ts Line 308 in 769dd12
that only seems returns the first line. trying some loop finagling to get the rest of the output. |
actually, it's much easier. just grab |
I wasn't sure what order strip etc. should work in if coupled with transform. So elected to make them exclusive. I agree this is hidden knowledge and I hate that. |
i know vscode's editor knows which keys are valid for gha action schema. it'd be nice if there we could publish a schema for package.yml, though the flux is still high. |
@mxcl: the
transform:
key seems like it might be behaving oddly. from the build logs of pkgxdev/pantry#4830:but it seems to be selecting the first one
17.0.1.7
for^17
, rather than17.0.10.6
.as an aside, should
strip:
andtransform:
be mutually exclusive? it looks like they're handledtransform
>strip
, which surprised me, but there's no real reason it should have. as long asversion.tag
is still preserved, all should be fine. 🤞The text was updated successfully, but these errors were encountered: