Extending

Cake.Recipe has a number of different entry points which allow overriding the built in functionality, with your own custom implementation.
Loading additional scripts How to add additional tasks into Cake.Recipe
Modify built in tasks How to modify/replace the built in tasks within Cake.Recipe
Override generating version How to replace the GitVersion version generation
GitHub