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

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSGitflow.Workflow

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSGitflow.Workflow

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

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

Version History

Version Downloads Last updated
1.3 (current version) 1,026 5/12/2021
1.2 1,347 5/18/2020
1.1 12 5/18/2020
1.0 13 5/17/2020
0.4 13 5/17/2020
0.3 19 5/15/2020
0.2 77 11/5/2019
0.1 22 10/24/2019
Show more