This repository was archived by the owner on Feb 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed
landing-page/content/common Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -331,16 +331,6 @@ cp -r ../iceberg/format/* ../iceberg-docs/landing-page/content/common/
331331
332332Raise a PR with the specific changes against ` main ` branch and merge.
333333
334- #### Create version branch
335-
336- Create a branch with the specific version number:
337-
338- ``` shell
339- # sync main to latest first
340- git checkout -b < VERSION>
341- git push --set-upstream apache < VERSION>
342- ```
343-
344334#### Copy versioned documentations
345335
346336Copy the versioned docs into ` docs/content `
@@ -354,8 +344,6 @@ Raise a PR with the specific changes against `<VERSION>` branch and merge.
354344
355345#### Copy versioned Javadoc
356346
357-
358-
359347In the ` iceberg ` repository, generate the javadoc for your release and copy it to the ` javadoc ` folder:
360348
361349``` shell
@@ -368,6 +356,16 @@ cp -r site/docs/javadoc/<VERSION> ../iceberg-docs/javadoc
368356
369357Raise a PR with the specific changes against ` <VERSION> ` branch and merge.
370358
359+ #### Create version branch
360+
361+ Create a branch with the specific version number:
362+
363+ ``` shell
364+ # sync main to latest first
365+ git checkout -b < VERSION>
366+ git push --set-upstream apache < VERSION>
367+ ```
368+
371369#### Update the latest branch
372370
373371Since ` main ` is currently the same as the version branch, one needs to rebase ` latest ` branch against ` main ` :
You can’t perform that action at this time.
0 commit comments