Skip to content

Commit

Permalink
Merge pull request #4041 from DSpirit/patch-1
Browse files Browse the repository at this point in the history
Fix typo in track-merge-target and track-merge-message
  • Loading branch information
arturcic committed May 24, 2024
2 parents 7ea6e0c + 57d134d commit 3c7c22a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/input/docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ branches:
increment: Patch
prevent-increment:
of-merged-branch: true
tracks-merge-target: false
tracks-merge-message: true
track-merge-target: false
track-merge-message: true
regex: ^master$|^main$
source-branches: []
is-source-branch-for: []
Expand Down
2 changes: 1 addition & 1 deletion schemas/6.0/GitVersion.configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
]
},
"nullableOfBoolean3": {
"description": "This branch related property controls the behvior whether to use the tagged (value set to true) or the incremented (value set to false) semantic version. Defaults to true.",
"description": "This branch related property controls the behavior whether to use the tagged (value set to true) or the incremented (value set to false) semantic version. Defaults to true.",
"type": [
"boolean",
"null"
Expand Down
4 changes: 2 additions & 2 deletions src/GitVersion.Configuration/Workflows/GitHubFlow/v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ branches:
increment: Patch
prevent-increment:
of-merged-branch: true
tracks-merge-target: false
tracks-merge-message: true
track-merge-target: false
track-merge-message: true
regex: ^master$|^main$
source-branches: []
is-source-branch-for: []
Expand Down

0 comments on commit 3c7c22a

Please sign in to comment.