Skip to content

Helps prepare a changelog for the changes between two commits.

License

Notifications You must be signed in to change notification settings

gowithfloat/Cake.Git.Clog

Repository files navigation

Cake.Git.Clog Test NuGet

Helps prepare a changelog for the changes between two commits. This is a wrapper around the git-clog command.

Building

This project can be built using Visual Studio for Mac or Cake. It is recommended that you build this project by invoking the bootstrap script:

./build.sh

There are a number of optional arguments that can be provided to the bootstrapper that will be parsed and passed on to Cake itself. See the Cake build file in order to identify all supported parameters.

./build.sh \
    --task=Build \
    --projectName=Cake.Git.Clog \
    --configuration=Debug \
    --nugetUrl=https://nuget.org \
    --nugetToken=####

License

All content in this repository is shared under an MIT license. See license.md for details.

Releases

No releases published

Packages

No packages published