@@ -25,6 +25,8 @@ param(
[Parameter(Mandatory=$true)]
[string]$LineupVersion,
[switch]$NoPush,
+ [string]$GitAuthorName = $null,
+ [string]$GitAuthorEmail = $null,
[string[]]$GitCommitArgs = @()
)
@@ -16,6 +16,8 @@
#>
[cmdletbinding(SupportsShouldProcess = $true)]
param(
[string[]]$GitCommitArgs = @(),
[switch]$NoCommit,
[switch]$Force