File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docs/input/docs/reference Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ tag-prefix: '[abc]'
48
48
49
49
The built-in configuration for the ` GitFlow` workflow (`workflow: GitFlow/v1`) looks like:
50
50
51
- snippet : docs/input/docs/ workflows/GitFlow/v1.yml
51
+ snippet : docs/workflows/GitFlow/v1.yml
52
52
53
53
The supported built-in configuration for the `GitHubFlow` workflow (`workflow : GitHubFlow/v1`) looks like:
54
54
55
- snippet : docs/input/docs/ workflows/GitHubFlow/v1.yml
55
+ snippet : docs/workflows/GitHubFlow/v1.yml
56
56
57
57
The preview built-in configuration (experimental usage only) for the `TrunkBased` workflow (`workflow : TrunkBased/preview1`) looks like:
58
58
59
- snippet : docs/input/docs/ workflows/TrunkBased/preview1.yml
59
+ snippet : docs/workflows/TrunkBased/preview1.yml
60
60
61
61
The details of the available options are as follows :
62
62
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ remain on the same pre-released version until it has been deployed dedicatedly.
15
15
16
16
The thing about manual deployment is that there will be _ multiple_ candidates
17
17
to deploy on testing and it is a human choice to deploy. This means that
18
- GitVersion will build ** the same semantic version ** until that version is
18
+ GitVersion will build __ the same semantic version __ until that version is
19
19
deployed. For instance:
20
20
21
21
* 1.1.0-2+1
You can’t perform that action at this time.
0 commit comments