Skip to content

Commit 6673291

Browse files
committed
README.md: Update
1 parent e31c321 commit 6673291

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/api_refs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,10 @@ fi;
112112
With [GitHub CLI `gh`](https://cli.github.com/), you can trigger a GitHub Action workflow to build the API References
113113

114114
```bash
115-
gh workflow run api_refs.yaml -f version=<tag> -f use_dev_version=<false|true> --ref <branch>
115+
gh workflow run api_refs.yaml -f version=<tag> -f use_dev_version=<false|true> --ref <branch> - f base_branch=<branch>
116116
```
117117

118118
`-f version=<tag>` to pass the Ibexa DXP version tag for which the API References are built.
119119
`-f use_dev_version=<false|true>` to use the released version designed by the tag, or to use the development version (`v5.0.x-dev`) for an incoming tag.
120120
`--ref <branch>` to use the `api_refs.yaml` workflow from a given branch instead of the default branch (`5.0`).
121+
`-f base_branch=<branch>` to use the `api_refs.sh` from a given branch and make a PR to that branch.

0 commit comments

Comments
 (0)