You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/01/28 00:13:13 UTC

[GitHub] [iceberg] rdblue commented on a change in pull request #3982: Doc: update release instructions

rdblue commented on a change in pull request #3982:
URL: https://github.com/apache/iceberg/pull/3982#discussion_r794103038



##########
File path: dev/stage-binaries.sh
##########
@@ -18,5 +18,9 @@
 # under the License.
 #
 
-./gradlew -Prelease publishApachePublicationToMavenRepository
+FLINK_VERSIONS=1.12,1.13,1.14
+SPARK_VERSIONS=2.4,3.0,3.1,3.2
+HIVE_VERSIONS=2,3
+
+./gradlew -Prelease -DflinkVersions=$FLINK_VERSIONS -DsparkVersions=$SPARK_VERSIONS -DhiveVersions=$HIVE_VERSIONS publishApachePublicationToMavenRepository

Review comment:
       Should we update `release` to set the versions automatically? I'm also wondering if we should have a special "all" keyword that we can use to avoid missing some.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org