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

Commit 27cf000

Browse files
author
Jack Ye
committed
add other steps
1 parent ec63e56 commit 27cf000

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,13 @@ Java artifacts are available from Maven Central.
292292
Thanks to everyone for contributing!
293293
```
294294

295+
#### Codebase updates
296+
297+
There are a few places in the codebase that reference the latest Iceberg releases and need to be updated:
298+
1. https://github.com/apache/iceberg/blob/master/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml
299+
2. https://github.com/apache/iceberg/blob/master/python/dev/Dockerfile
300+
3. `oldVersion` in `revapi` in https://github.com/apache/iceberg/blob/master/build.gradle
301+
295302
### Documentation Release
296303

297304
Documentation needs to be updated as a part of an Iceberg release after a release candidate is passed.
@@ -300,12 +307,6 @@ repository and `iceberg` repository. Adjust the commands accordingly if it is no
300307
changes in `iceberg` need to happen against the `master` branch and changes in `iceberg-docs` need to happen
301308
against the `main` branch.
302309

303-
#### iceberg repository preparations
304-
305-
A PR needs to be published in the `iceberg` repository with the following changes:
306-
307-
1. Create a new folder called `docs/releases/<VERSION NUMBER>` with an `_index.md` file. See the existing folders under `docs/releases` for more details.
308-
309310
#### Common documentation update
310311

311312
1. To start the release process, run the following steps in the `iceberg-docs` repository to copy docs over:

0 commit comments

Comments
 (0)