Skip to content

Commit

Permalink
MINOR: Change link to parquet-java (#89)
Browse files Browse the repository at this point in the history
* MINOR: Change link to `parquet-java`

* Improve steps
  • Loading branch information
Fokko authored Nov 26, 2024
1 parent 93e5cda commit af2630c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/Contribution Guidelines/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you have problems, read the [publishing Maven artifacts documentation](https:

Parquet uses the maven-release-plugin to tag a release and push binary artifacts to staging in Nexus. Once maven completes the release, the official source tarball is built from the tag.

Before you start the release process:
#### 0\. Before you start the release process

1. Verify that the release is finished (no planned Issues/PRs are pending [on the milestone](https://github.com/apache/parquet-java/milestones))
1. Build and test the project
Expand Down Expand Up @@ -94,7 +94,7 @@ Here is a template you can use. Make sure everything applies to your release.

The commit id is <SHA1>
* This corresponds to the tag: apache-parquet-<VERSION>-rc<NUM>
* https://github.com/apache/parquet-mr/tree/<SHA1>
* https://github.com/apache/parquet-java/tree/<SHA1>

The release tarball, signature, and checksums are here:
* https://dist.apache.org/repos/dist/dev/parquet/<PATH>
Expand Down

0 comments on commit af2630c

Please sign in to comment.