Skip to content
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

make find-release-version output match Kilnfile.lock #422

Closed
wants to merge 1 commit into from

Commits on Jul 27, 2023

  1. make find-release-version output match Kilnfile.lock

    We from cryo just started using kiln for our tile builds. We have quite
    a few tiles and mostly want to bump versions in a tile to latest since
    we don't ship many releases in a tile.
    I found the output of the find-release-version command somewhat
    confusing because it doesn't really match the structure of the
    Kilnfile.lock so I figured I'd try to PR this in.
    
    What does this do? It drops the `releaseVersionOutput` that wasn't used
    anywhere else and just uses `BOSHReleaseTarballLock` to generate the
    output.
    
    It adds the option to output yaml (in case you want to use the output
    and put it into the lockfile..)
    
    it also updates the `BOSHReleaseTarballLock` with json tags so
    marshalling produces the expected output.
    nouseforaname committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    565b8d5 View commit details
    Browse the repository at this point in the history