Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS: Add more post release notes #983

Merged
merged 7 commits into from
Jul 31, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions mkdocs/docs/how-to-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,15 @@ svn add /tmp/iceberg-dist-release/
svn ci -m "PyIceberg <VERSION>" /tmp/iceberg-dist-release/
sungwy marked this conversation as resolved.
Show resolved Hide resolved
```

<!-- prettier-ignore-start -->

!!! note
Only a PMC member has the permission to upload an artifact to the release dist.
sungwy marked this conversation as resolved.
Show resolved Hide resolved

<!-- prettier-ignore-end -->

### Upload the accepted release to PyPi

The latest version can be pushed to PyPi. Check out the Apache SVN and make sure to publish the right version with `twine`:

```bash
Expand Down Expand Up @@ -243,3 +252,13 @@ Make sure to create a PR to update the [GitHub issues template](https://github.c
## Update the integration tests

Ensure to update the `PYICEBERG_VERSION` in the [Dockerfile](https://github.com/apache/iceberg-python/blob/main/dev/Dockerfile).

## Create a Github Release Note

First, follow the directions for Setting the tag again to create a tag for the approved release version (e.g. `0.7.0`).
sungwy marked this conversation as resolved.
Show resolved Hide resolved

Then, create a new [Release Note](https://github.com/apache/iceberg-python/releases) on the iceberg-python Github repository by clicking on **Draft a New Release**.
sungwy marked this conversation as resolved.
Show resolved Hide resolved

Choose the approved release version as the tag and **Generate release notes**.
sungwy marked this conversation as resolved.
Show resolved Hide resolved

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