You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful at times if the bump and set actions could take options to allow setting values in structured data files in addition to the other actions taken.
I'd propose `--set_(?:json|yaml)=:path.to.key
The use case is for the current ansible artifact generation.
The text was updated successfully, but these errors were encountered:
The human readable text around the version isn't a complete blocker, I can parse it out, but that feels brittle (and for set, won't work this way until #71 is resolved.
Seems like a natural fit that we have been considering (at least for a week according to github) :)
That would make editing a data file with the new desired version (and sha) pretty trivial.
I didn't even think that it could deal with the painter stuff, yeah this simplifies that a lot wait no it doesn't really solve it the way I was thinking.
It would be helpful at times if the
bump
andset
actions could take options to allow setting values in structured data files in addition to the other actions taken.I'd propose `--set_(?:json|yaml)=:path.to.key
The use case is for the current ansible artifact generation.
The text was updated successfully, but these errors were encountered: