Skip to content

Commit d74bee9

Browse files
committed
start adding to deploy markers doc
1 parent 3b0283c commit d74bee9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/guides/modules/deploy/pages/configure-deploy-markers.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ You will add commands to plan a deploy and then update its status based on the o
2424
=== 1.1. Plan a deploy
2525

2626
Add a `circleci run release plan` command to your deployment job. This tells CircleCI to plan a new deploy and show it in the link:https://app.circleci.com/deploys[Deploys UI] with `pending` status.
27-
The `target-version` parameter should match the name of the version being deployed.
27+
28+
The `target-version` parameter should match the version being deployed.
2829

2930
[,yml]
3031
----

0 commit comments

Comments
 (0)