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:
- A simple int, which would output the last N versions
- Any comparison in this list https://github.com/Masterminds/semver#basic-comparisons
- 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.
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:
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.