Description
Add a ferrflow diff command that shows a detailed comparison between two versions of a package.
Usage
ferrflow diff api v1.4.0..v1.6.0
Output
- List of commits between the two versions with their bump type
- Files changed (summary)
- Changelog that would be generated for the range
- Breaking changes highlighted
Use cases
- Auditing what went into a release
- Debugging why a version was bumped a certain way
- Generating release notes retroactively for a range of versions
Description
Add a
ferrflow diffcommand that shows a detailed comparison between two versions of a package.Usage
Output
Use cases