Skip to content

Commit

Permalink
add ASF header
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed May 14, 2024
1 parent cbd0f27 commit 9ffd276
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions dev/release/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
<!--
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.
-->

# Comet Release Process

This documentation is for creating an official source release of Apache DataFusion Comet. It does not currently
This documentation is for creating an official source release of Apache DataFusion Comet. It does not currently
cover creating binary releases.

The release process is based on the parent Apache DataFusion project, so please refer to the
[DataFusion Release Process](https://github.com/apache/datafusion/blob/main/dev/release/README.md) for detailed
The release process is based on the parent Apache DataFusion project, so please refer to the
[DataFusion Release Process](https://github.com/apache/datafusion/blob/main/dev/release/README.md) for detailed
instructions if you are not familiar with the release process here.

Here is a brief overview of the steps involved in creating a release:
Expand All @@ -20,9 +39,9 @@ Here is a brief overview of the steps involved in creating a release:
The vote email will link to this section of this document, so this is where we will need to provide instructions for
verifying a release candidate.

The `dev/release/verify-release-candidate.sh` is a script in this repository that can assist in the verification
The `dev/release/verify-release-candidate.sh` is a script in this repository that can assist in the verification
process. It checks the hashes and runs the tests.

```shell
./dev/release/verify-release-candidate.sh 0.1.0 1
```
```

0 comments on commit 9ffd276

Please sign in to comment.