dsccommunity / StorageDsc

DSC resource module is used to manage storage on Windows Servers.
https://dsccommunity.org
MIT License
66 stars 51 forks source link

Update GitVersion.yml to use latest pattern #252

Closed PlagueHO closed 3 years ago

PlagueHO commented 3 years ago

Update GitVersion.yml branches section to:

branches:
  master:
    tag: preview
    regex: ^main$
  pull-request:
    tag: PR
  feature:
    tag: useBranchName
    increment: Minor
    regex: f(eature(s)?)?[\/-]
    source-branches: ['master']
  hotfix:
    tag: fix
    increment: Patch
    regex: (hot)?fix(es)?[\/-]
    source-branches: ['master']

As per: https://github.com/dsccommunity/dsccommunity.org/pull/162