File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
fern/products/sdks/reference Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
682682For 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}
686686groups:
@@ -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}>
You can’t perform that action at this time.
0 commit comments