From b9a7a2e3a795fcb9fab44493bd7c184e37435b65 Mon Sep 17 00:00:00 2001 From: Prashant Date: Thu, 9 Oct 2025 08:44:09 -0700 Subject: [PATCH 1/2] Enhance Release docs --- site/content/release-guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/content/release-guide.md b/site/content/release-guide.md index 1b3dff734f..250b6a600b 100644 --- a/site/content/release-guide.md +++ b/site/content/release-guide.md @@ -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 ever branch / tags you are creating are suffixed with `-incubating`. ### Create release branch @@ -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 = +Then run: ./gradlew publishToApache -Prelease -PuseGpgAgent -Dorg.gradle.parallel=false ``` From 2d98aea20f961f88993e3217d98120a52c1c3c9e Mon Sep 17 00:00:00 2001 From: Prashant Date: Thu, 9 Oct 2025 14:03:13 -0700 Subject: [PATCH 2/2] Address review feedback --- site/content/release-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/release-guide.md b/site/content/release-guide.md index 250b6a600b..45a64dbf96 100644 --- a/site/content/release-guide.md +++ b/site/content/release-guide.md @@ -105,7 +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 ever branch / tags you are creating are suffixed with `-incubating`. +Also note since Polaris is an incubating project, make sure what every branch / tag you are creating is suffixed with `-incubating`. ### Create release branch