Skip to content

Commit e60ab87

Browse files
committed
release docs first
1 parent 39685ab commit e60ab87

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

mkdocs/docs/how-to-release.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -365,18 +365,6 @@ This Python release can be downloaded from: https://pypi.org/project/pyiceberg/<
365365
Thanks to everyone for contributing!
366366
```
367367

368-
### Release the docs
369-
370-
Run the [`Release Docs` Github Action](https://github.com/apache/iceberg-python/actions/workflows/python-release-docs.yml).
371-
372-
### Update the Github template
373-
374-
Make sure to create a PR to update the [GitHub issues template](https://github.com/apache/iceberg-python/blob/main/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml) with the latest version.
375-
376-
### Update the integration tests
377-
378-
Ensure to update the `PYICEBERG_VERSION` in the [Dockerfile](https://github.com/apache/iceberg-python/blob/main/dev/Dockerfile).
379-
380368
### Create a Github Release Note
381369

382370
Create a [new Release Note](https://github.com/apache/iceberg-python/releases/new) on the iceberg-python Github repository.
@@ -391,6 +379,18 @@ Then, select the previous release version as the **Previous tag** to use the dif
391379

392380
**Set as the latest release** and **Publish**.
393381

382+
### Release the docs
383+
384+
Run the [`Release Docs` Github Action](https://github.com/apache/iceberg-python/actions/workflows/python-release-docs.yml).
385+
386+
### Update the Github template
387+
388+
Make sure to create a PR to update the [GitHub issues template](https://github.com/apache/iceberg-python/blob/main/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml) with the latest version.
389+
390+
### Update the integration tests
391+
392+
Ensure to update the `PYICEBERG_VERSION` in the [Dockerfile](https://github.com/apache/iceberg-python/blob/main/dev/Dockerfile).
393+
394394
## Misc
395395

396396
### Set up GPG key and Upload to Apache Iceberg KEYS file

0 commit comments

Comments
 (0)