Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.17 KB

readme.md

File metadata and controls

22 lines (14 loc) · 1.17 KB

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.