Skip to content

Commit

Permalink
Fake commit for pre.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Aug 28, 2023
1 parent 4cc591d commit 12b4dc3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,34 @@
next-version: 1.14.0

mode: ContinuousDeployment
tag-prefix: '[vV]'
continuous-delivery-fallback-tag: 'pre'

branches:
develop:
mode: ContinuousDeployment
tag: pre
regex: ^develop

main:
tag: rc
increment: Patch
source-branches:
- develop
- main
-
feature:
tag: useBranchName
regex: ^features?[/-]
source-branches:
- develop
- main
-
pull-request:
tag: PullRequest.{BranchName}
increment: Inherit


ignore:
sha: []
merge-message-formats: {}

0 comments on commit 12b4dc3

Please sign in to comment.