kou commented on code in PR #174: URL: https://github.com/apache/arrow-adbc/pull/174#discussion_r1037569812
########## docs/source/development/releasing.rst: ########## @@ -0,0 +1,255 @@ +.. Licensed to the Apache Software Foundation (ASF) under one +.. or more contributor license agreements. See the NOTICE file +.. distributed with this work for additional information +.. regarding copyright ownership. The ASF licenses this file +.. to you under the Apache License, Version 2.0 (the +.. "License"); you may not use this file except in compliance +.. with the License. You may obtain a copy of the License at +.. +.. http://www.apache.org/licenses/LICENSE-2.0 +.. +.. Unless required by applicable law or agreed to in writing, +.. software distributed under the License is distributed on an +.. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +.. KIND, either express or implied. See the License for the +.. specific language governing permissions and limitations +.. under the License. + +======================== +Release Management Guide +======================== + +This page provides detailed information on the steps followed to perform +a release. It can be used both as a guide to learn the ADBC release +process and as a comprehensive checklist for the Release Manager when +performing a release. + +.. seealso:: + + `Apache Arrow Release Management Guide + <https://arrow.apache.org/docs/dev/developers/release.html>`_ + +Principles +========== + +The Apache Arrow Release follows the guidelines defined at the +`Apache Software Foundation Release Policy <https://www.apache.org/legal/release-policy.html>`_. + +Preparing for the release +========================= + +Some steps of the release require being a committer or a PMC member. + +- A GPG key in the Apache Web of Trust to sign artifacts. This will have to be cross signed by other Apache committers/PMC members. If you have multiple GPG keys, you must set the correct GPG key ID in ``~/.gnupg/gpg.conf`` by adding: + + .. code-block:: + + default-key ${YOUR_GPG_KEY_ID} Review Comment: Ah, you're right... -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
