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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort versions when running "cmrel staged" and add cmrel staged --help #35

Merged
merged 3 commits into from Aug 31, 2021

Commits on Aug 25, 2021

  1. cmrel staged is now sorted by version and has some --help

    Signed-off-by: Ma毛l Valais <mael@vls.dev>
    maelvls committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    d49b75a View commit details
    Browse the repository at this point in the history
  2. use semver.Compare instead of strings.Compare

    Signed-off-by: Ma毛l Valais <mael@vls.dev>
    Co-authored-by: Richard Wall <richard.wall@jetstack.io>
    maelvls and wallrj committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    51d3153 View commit details
    Browse the repository at this point in the history
  3. staged command: remove the unused "DATE" column

    This column was always set to 'UNKNOWN', and I was not able to find
    where the creation timestamp of a given folder in the bucket is, so
    removing this column makes sense.
    
    Signed-off-by: Ma毛l Valais <mael@vls.dev>
    maelvls committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    0d36563 View commit details
    Browse the repository at this point in the history