Skip to content

Commit cf8ecbf

Browse files
committed
Use --ff-only instead of --rebase when pulling for docs.
The goal is to not create any new commits in the `cesium.com` branch, but only to take existing one from the release tag.
1 parent 77f27c0 commit cf8ecbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ To test the release, do the following:
110110
- Click "Publish release".
111111
4. Publish the reference documentation. A CI job automatically publishes the documentation to the web site at https://cesium.com/learn/cesium-unreal/ref-doc/ when it is merged into the [cesium.com](https://github.com/CesiumGS/cesium-unreal/tree/cesium.com) branch. So do the following:
112112
- `git checkout cesium.com`
113-
- `git pull --rebase`
113+
- `git pull --ff-only`
114114
- `git merge v2.22.0 --ff-only`
115115
- `git push`
116116
- `git checkout main`

0 commit comments

Comments
 (0)