Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit e91e560

Browse files
author
Jack Ye
committed
update doc inst
1 parent eea0ba6 commit e91e560

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

landing-page/content/common/how-to-release.md

+10-12
Original file line numberDiff line numberDiff line change
@@ -331,16 +331,6 @@ cp -r ../iceberg/format/* ../iceberg-docs/landing-page/content/common/
331331

332332
Raise 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

346336
Copy 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-
359347
In 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

369357
Raise 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

373371
Since `main` is currently the same as the version branch, one needs to rebase `latest` branch against `main`:

0 commit comments

Comments
 (0)