There was an error while loading. Please reload this page.
1 parent 89a5f07 commit b8327e6Copy full SHA for b8327e6
1 file changed
docs/developers.md
@@ -346,7 +346,7 @@ docs is handled automatically by GitHub actions. Inside the
346
references to the old calver to the new calver. It also downloads the new
347
version's Python API and auto-builds the API docs.
348
* If you have outstanding PRs for updates to the documentation, merge or resolve
349
- them into this branch at this moment in time.
+ them into this branch at this moment in time via `git fetch origin docs-pr-branch-name` followed by `git merge origin/docs-pr-branch-name`
350
* Once you're happy with the state of the documentation for this new version,
351
create a PR for your branch in GitHub.
352
* Once the PR is approved and merged, a GitHub action based on
0 commit comments