Skip to content

feat(cli): add diff command to compare two versions #222

@BryanFRD

Description

@BryanFRD

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Low priority / someday

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions