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

Commit

Permalink
update doc inst
Browse files Browse the repository at this point in the history
  • Loading branch information
jackye1995 committed Mar 22, 2023
1 parent eea0ba6 commit e91e560
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions landing-page/content/common/how-to-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,16 +331,6 @@ cp -r ../iceberg/format/* ../iceberg-docs/landing-page/content/common/

Raise a PR with the specific changes against `main` branch and merge.

#### Create version branch

Create a branch with the specific version number:

```shell
# sync main to latest first
git checkout -b <VERSION>
git push --set-upstream apache <VERSION>
```

#### Copy versioned documentations

Copy the versioned docs into `docs/content`
Expand All @@ -354,8 +344,6 @@ Raise a PR with the specific changes against `<VERSION>` branch and merge.

#### Copy versioned Javadoc



In the `iceberg` repository, generate the javadoc for your release and copy it to the `javadoc` folder:

```shell
Expand All @@ -368,6 +356,16 @@ cp -r site/docs/javadoc/<VERSION> ../iceberg-docs/javadoc

Raise a PR with the specific changes against `<VERSION>` branch and merge.

#### Create version branch

Create a branch with the specific version number:

```shell
# sync main to latest first
git checkout -b <VERSION>
git push --set-upstream apache <VERSION>
```

#### Update the latest branch

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

0 comments on commit e91e560

Please sign in to comment.