< Back

New-GitRelease

Sat Jan 18, 2020 7:50 pm

NAME New-GitRelease



SYNOPSIS

Creates new release branch.





SYNTAX

New-GitRelease [-Name] <String> [<CommonParameters>]





DESCRIPTION

Syncs fork, creates branch with the specified name prefixed with 'release/' on latest master, pushes it to

upstream and removes local ref.





PARAMETERS

-Name <String>

Branch name without 'release/' prefix.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>New-GitRelease v1.1















RELATED LINKS

Sync-GitFork

New-GitReleaseFix

New-GitFeature