Skip to content
Merged
Changes from all 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
3 changes: 3 additions & 0 deletions site/content/release-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ This step can be useful to gather ongoing patches that the community thinks shou
The communication can be started via a `[DISCUSS]` mail on the dev@polaris.apache.org mailing list and the desired tickets can be added to the github milestone of the next release.

Note, creating a milestone in github requires a committer. However, a non-committer can assign tasks to a milestone if added to the list of collaborators in [.asf.yaml](https://github.com/apache/polaris/blob/main/.asf.yaml).
Also note since Polaris is an incubating project, make sure what every branch / tag you are creating is suffixed with `-incubating`.

### Create release branch

Expand Down Expand Up @@ -252,6 +253,8 @@ svn commit -m "Stage Apache Polaris x.y.z RCx"
You can now build and publish the Maven artifacts on a Nexus staging repository:

```
export GITHUB_TOKEN = <YOUR_GITHUB_TOKEN>
Then run:
./gradlew publishToApache -Prelease -PuseGpgAgent -Dorg.gradle.parallel=false
```

Expand Down