Skip to content

Commit b49c542

Browse files
committed
update branch description
1 parent d89c5c5 commit b49c542

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fern/products/sdks/reference/generators-yml-reference.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ There are three ways (`mode`) to deploy your SDK code to GitHub:
680680
* **Push** - Fern generates your code and pushes it to the branch you specify.
681681

682682
For all of these modes, you must specify the GitHub repository in which you want to store your SDK code. You can optionally
683-
specify a branch name, license, and reviewers.
683+
specify a branch name (required for `mode: push`), license, and reviewers.
684684

685685
```yml {6-17}
686686
groups:
@@ -709,6 +709,7 @@ groups:
709709
</ParamField>
710710

711711
<ParamField path="branch" type="string" required={false} toc={true}>
712+
Required for `mode: push`.
712713
</ParamField>
713714

714715
<ParamField path="license" type="'MIT' | 'Apache-2.0' | { custom: 'Custom License Name' }" required={false} toc={true}>

0 commit comments

Comments
 (0)