diff --git a/docs/input/docs/reference/configuration.md b/docs/input/docs/reference/configuration.md index 25cdeb4bc9..2ff06ffe35 100644 --- a/docs/input/docs/reference/configuration.md +++ b/docs/input/docs/reference/configuration.md @@ -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: [] diff --git a/schemas/6.0/GitVersion.configuration.json b/schemas/6.0/GitVersion.configuration.json index 3f8e0f3290..2665b5d251 100644 --- a/schemas/6.0/GitVersion.configuration.json +++ b/schemas/6.0/GitVersion.configuration.json @@ -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" diff --git a/src/GitVersion.Configuration/Workflows/GitHubFlow/v1.yml b/src/GitVersion.Configuration/Workflows/GitHubFlow/v1.yml index b6496b4d1d..4b3a4c9591 100644 --- a/src/GitVersion.Configuration/Workflows/GitHubFlow/v1.yml +++ b/src/GitVersion.Configuration/Workflows/GitHubFlow/v1.yml @@ -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: []