Skip to content

easier way to go through changelog and breaking changes of your favourite packages

Notifications You must be signed in to change notification settings

Abdullahjaffer/git-release-diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Release Diff

Git Release Diff is a React application built with Ant Design and GitHub's API. It allows users to fetch, filter, and compare version/release messages from GitHub repositories.

Live

A live application is available here.

Screenshot

Git Release Diff Screenshot

Features

  • Fetch Releases: Retrieve the first 100 releases from any GitHub repository, with an option to load more.
  • Compare Releases: Select and compare changelogs, breaking changes, and other release details.
  • Filtering Options: Filter out canary releases or releases with breaking changes for easier analysis.

Installation

  1. Clone the repository:

    git clone https://github.com/Abdullahjaffer/git-release-diff.git
    cd git-release-diff
  2. Install dependencies:

    npm install
  3. Start the application:

    npm run start

    The app will be available at http:https://localhost:3000.

Usage

  1. Enter the GitHub repository link.
  2. Click the "Fetch Releases" button to retrieve the releases.
  3. Filter and select releases to view and compare their details.

Contributing

Contributions are welcome! Fork the repository and create a pull request with your changes.

License

This project is licensed under the MIT License.