Skip to content

Commit f5c71df

Browse files
committed
Update documentation
1 parent 3048a57 commit f5c71df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/input/docs/reference/modes/continuous-delivery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Continuous delivery is good when you deploy continuously to an testing system.
2424
* 1.1.0-3
2525
* 1.1.0-2 (tag: 1.1.0-2) <-- This is the version which has been deployed on testing
2626
* 1.1.0-1
27-
* 1.1.1-0
27+
* 1.1.0-0
2828

2929
Tags are not required but optional in this mode to communicate when the release
3030
is done as it's an automated process.

docs/input/docs/reference/modes/continuous-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ to deploy on production. This means that GitVersion will build
2121
* 1.2.0
2222
* 1.1.0 (tag: 1.1.0) <-- This is the version which has been deployed on production
2323
* 1.1.0
24-
* 1.1.1
24+
* 1.1.0
2525

2626
Tags are required in this mode to communicate when the deployment happens on production.
2727

docs/input/docs/reference/modes/manual-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ deployed. For instance:
2121
* 1.1.0-2+1
2222
* 1.1.0-1+2 (tag: 1.1.0-1) <-- This is the version which has been deployed on testing
2323
* 1.1.0-1+1
24-
* 1.1.1-1+0
24+
* 1.1.0-1+0
2525

2626
Tags are required in this mode to communicate when the release is done as it's
2727
an external manual process.

0 commit comments

Comments
 (0)