Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GitVersion.yml to use latest pattern #252

Closed
PlagueHO opened this issue Jan 20, 2021 · 0 comments · Fixed by #253
Closed

Update GitVersion.yml to use latest pattern #252

PlagueHO opened this issue Jan 20, 2021 · 0 comments · Fixed by #253
Assignees
Labels
enhancement The issue is an enhancement request.

Comments

@PlagueHO
Copy link
Member

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: dsccommunity/dsccommunity.org#162

@PlagueHO PlagueHO added enhancement The issue is an enhancement request. in progress The issue is being actively worked on by someone. labels Jan 20, 2021
@PlagueHO PlagueHO self-assigned this Jan 20, 2021
@johlju johlju removed the in progress The issue is being actively worked on by someone. label Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue is an enhancement request.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants