Skip to content

Commit b8327e6

Browse files
committed
added explicit git comments to merge docs while releasing
1 parent 89a5f07 commit b8327e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/developers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ docs is handled automatically by GitHub actions. Inside the
346346
references to the old calver to the new calver. It also downloads the new
347347
version's Python API and auto-builds the API docs.
348348
* If you have outstanding PRs for updates to the documentation, merge or resolve
349-
them into this branch at this moment in time.
349+
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`
350350
* Once you're happy with the state of the documentation for this new version,
351351
create a PR for your branch in GitHub.
352352
* Once the PR is approved and merged, a GitHub action based on

0 commit comments

Comments
 (0)