diff --git a/Directory.Packages.props b/Directory.Packages.props index 2a09ac7..c190d43 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,6 +1,6 @@ - + diff --git a/GitVersion.yml b/GitVersion.yml index e1747ce..905dcd5 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,19 +1,24 @@ -workflow: GitFlow/v1 +workflow: GitHubFlow/v1 mode: ContinuousDelivery +tag-prefix: '[vV]?' +ignore: + paths: + - ^(?!src\/|Directory\.Packages\.props|GitVersion.yml).* branches: - main: - mode: ContinuousDelivery - label: '' develop: - label: alpha + label: 'beta' + regex: '^(dev|develop|development)$' source-branches: - main - - feature feature: mode: ContinuousDelivery - label: '{BranchName}' source-branches: - develop + hotfix: + regex: ^hotfix?[\/-](?.+) + mode: ContinuousDelivery + release: + mode: ContinuousDelivery prevent-increment: of-merged-branch: true