PSGitflow.Workflow
1.3
Module is created for automation CI/CD processes according with the widely used workflow in Agile world - "GitFlow"
Module provides helper routines which can be used in automation of CI/CD solutions.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2020 Artsiom Krot. All rights reserved.
Package Details
Author(s)
- Artsiom Krot
Functions
New-ReleaseVersion Set-ReleaseArtifactName Invoke-GitFlowWorkflow
Dependencies
This module has no dependencies.
Release Notes
## 1.0.0
* New-ReleaseVersion function new version 1.1 defined
* Set-ReleaseArtifactName function new version 1.0 defined
* Invoke-GitFlowWorkflow function new version 1.0 defined
* Create parameter file parameters.ps1 with default parameters values.
## 1.1.0
* quick hotfix in New-ReleaseVersion function. New version 1.2 defined
## 1.2.0
* quick hotfix in New-ReleaseVersion function. New version 1.3 defined
## 1.3.0
* added main branch name on a par with master branch
FileList
- PSGitflow.Workflow.nuspec
- PSGitflow.Workflow.psd1
- PSGitflow.Workflow.psm1
- Functions\Invoke-GitFlowWorkflow.ps1
- Functions\New-ReleaseVersion.ps1
- Functions\parameters.ps1
- Functions\Set-ReleaseArtifactName.ps1