Skip to content

A generic tool that will generate diffs and extract references as dictated by config

License

Notifications You must be signed in to change notification settings

Matt-singular/tool-git-diffs

Repository files navigation

What?

The idea of this project is to be able to generate a list of features and tickets that have gone into a particular build by looking at the differences between two tags or branches. For example to see what when in version 2 of a specific project, we could compare the tags 1.0.0 and 2.0.0

Why?

This list of differences is useful for validating and confirming against an expected list of tickets and items as well as serving as a nice audit trail of what a particular build is adding/changing.

How?

This project uses GitHub's OctoKit API to pull the data directly from GitHub without having to have the repositories on your machine. It does this by utilising a GitHub access token that you provide.

Limitations?

The repositories you can access are limited by the acess token you provide. If you provide a limited rights token you may not be able to pull the differences for one or more of the specified repositories.

About

A generic tool that will generate diffs and extract references as dictated by config

Resources

License

Stars

Watchers

Forks