Skip to content

Diff command #780

Description

@miniscruff

Is your feature request related to a problem? Please describe.
Not really a problem just laziness.

Describe the solution you'd like
changie diff <params> that would output to stdout the versions, in newest first, of the diff between two versions.

We would also include the amount of newlines in the output as defined by the config for newlines between versions.

Params are one of:

  1. A simple int, which would output the last N versions
  2. Any comparison in this list https://github.com/Masterminds/semver#basic-comparisons
  3. VERSIONA...VERSIONB just like githubs compare syntax such as v1.20.0...v1.21.1 which is translated to the above comparison of VERSIONA - VERSIONB ( I think )

Describe alternatives you've considered
Just reading the changelog

Additional context
Will probably be most helpful for CI and maybe managers to understand large bumps.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions