Skip to content

Commit fda06e2

Browse files
authored
Fix typo in track-merge-*
1 parent 7ea6e0c commit fda06e2

File tree

1 file changed

+2
-2
lines changed
  • src/GitVersion.Configuration/Workflows/GitHubFlow

1 file changed

+2
-2
lines changed

src/GitVersion.Configuration/Workflows/GitHubFlow/v1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ branches:
2424
increment: Patch
2525
prevent-increment:
2626
of-merged-branch: true
27-
tracks-merge-target: false
28-
tracks-merge-message: true
27+
track-merge-target: false
28+
track-merge-message: true
2929
regex: ^master$|^main$
3030
source-branches: []
3131
is-source-branch-for: []

0 commit comments

Comments
 (0)