Skip to content

Commit d0d690e

Browse files
authored
Update docs to reflect set-track command (#474)
1 parent 2296938 commit d0d690e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/code-push/guides/staging-patches.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ appears.
159159
You can promote the patch to the stable channel using the following command:
160160

161161
```sh
162-
shorebird patches promote --release-version 1.0.0+1 --patch-number 1
162+
shorebird patches set-track --release-version 1.0.0+1 --patch-number 1 --track stable
163163
```
164164

165165
</details>

0 commit comments

Comments
 (0)