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 Fix Regex #62

Closed
PlagueHO opened this issue Jan 6, 2020 · 0 comments · Fixed by #64
Closed

Update GitVersion Fix Regex #62

PlagueHO opened this issue Jan 6, 2020 · 0 comments · Fixed by #64
Labels
bug The issue is a bug. help wanted The issue is up for grabs for anyone in the community.

Comments

@PlagueHO
Copy link
Member

PlagueHO commented Jan 6, 2020

Update GitVersion Fixes Regex:

  feature:
    tag: useBranchName
    increment: Minor
    regex: f(eature(s)?)?[\/-]
    source-branches: ['master']
  hotfix:
    tag: fix
    increment: Patch
    regex: (hot)?fix(es)?[\/-]
    source-branches: ['master']
@PlagueHO PlagueHO added bug The issue is a bug. help wanted The issue is up for grabs for anyone in the community. labels Jan 6, 2020
PlagueHO added a commit to PlagueHO/WSManDsc that referenced this issue Jan 7, 2020
PlagueHO added a commit that referenced this issue Jan 15, 2020
Fixed GitVersion.yml feature and fix Regex - Fixes #62
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug. help wanted The issue is up for grabs for anyone in the community.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant