This repository was archived by the owner on Feb 6, 2024. It is now read-only.
File tree 1 file changed +10
-12
lines changed
landing-page/content/common
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/
331
331
332
332
Raise a PR with the specific changes against ` main ` branch and merge.
333
333
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
-
344
334
#### Copy versioned documentations
345
335
346
336
Copy the versioned docs into ` docs/content `
@@ -354,8 +344,6 @@ Raise a PR with the specific changes against `<VERSION>` branch and merge.
354
344
355
345
#### Copy versioned Javadoc
356
346
357
-
358
-
359
347
In the ` iceberg ` repository, generate the javadoc for your release and copy it to the ` javadoc ` folder:
360
348
361
349
``` shell
@@ -368,6 +356,16 @@ cp -r site/docs/javadoc/<VERSION> ../iceberg-docs/javadoc
368
356
369
357
Raise a PR with the specific changes against ` <VERSION> ` branch and merge.
370
358
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
+
371
369
#### Update the latest branch
372
370
373
371
Since ` 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