cake-build / cake

:cake: Cake (C# Make) is a cross platform build automation system.
https://cakebuild.net
MIT License
3.89k stars 726 forks source link

GH4006: Add missing GitVersion CLI options #4007

Closed gep13 closed 1 year ago

gep13 commented 1 year ago

Since the initial implementation in Cake, there are a number of new command line options for GitVersion. While it is possible to set these using ArgumentCustomization, these should be supported directly within the Cake settings class.

Fixes #4006

devlead commented 1 year ago

@gep13 your changes have been merged, thanks for your contribution 👍