Skip to content

Commit

Permalink
Update GitVersion (main default)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkors committed Nov 15, 2023
1 parent e707725 commit 544dd07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
branches:
master:
regex: ^master$
regex: ^main$
mode: ContinuousDeployment
tag: ""
feature:
regex: ^features?[/-]|(?!^master$|^(hotfix|bugfix)(es)?[/-]|^support[/-]|(^(pull|pull\-requests|pr)[/-]))(^.*$)
regex: ^features?[/-]|(?!^main$|^(hotfix|bugfix)(es)?[/-]|^support[/-]|(^(pull|pull\-requests|pr)[/-]))(^.*$)
mode: ContinuousDeployment
tag: "feature"
pull-request:
Expand Down

0 comments on commit 544dd07

Please sign in to comment.