|
1 | | -<!-- |
2 | | -Licensed to the Apache Software Foundation (ASF) under one |
3 | | -or more contributor license agreements. See the NOTICE file |
4 | | -distributed with this work for additional information |
5 | | -regarding copyright ownership. The ASF licenses this file |
6 | | -to you under the Apache License, Version 2.0 (the |
7 | | -"License"); you may not use this file except in compliance |
8 | | -with the License. You may obtain a copy of the License at |
9 | | -
|
10 | | - http://www.apache.org/licenses/LICENSE-2.0 |
11 | | -
|
12 | | -Unless required by applicable law or agreed to in writing, |
13 | | -software distributed under the License is distributed on an |
14 | | -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
15 | | -KIND, either express or implied. See the License for the |
16 | | -specific language governing permissions and limitations |
17 | | -under the License. |
| 1 | +<!--- |
| 2 | + Licensed to the Apache Software Foundation (ASF) under one |
| 3 | + or more contributor license agreements. See the NOTICE file |
| 4 | + distributed with this work for additional information |
| 5 | + regarding copyright ownership. The ASF licenses this file |
| 6 | + to you under the Apache License, Version 2.0 (the |
| 7 | + "License"); you may not use this file except in compliance |
| 8 | + with the License. You may obtain a copy of the License at |
| 9 | +
|
| 10 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | +
|
| 12 | + Unless required by applicable law or agreed to in writing, |
| 13 | + software distributed under the License is distributed on an |
| 14 | + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | + KIND, either express or implied. See the License for the |
| 16 | + specific language governing permissions and limitations |
| 17 | + under the License. |
18 | 18 | --> |
19 | 19 |
|
20 | 20 | # Apache DataFusion Comet: Release Process |
@@ -80,11 +80,12 @@ Create a PR against the main branch to prepare for developing the next release: |
80 | 80 | ### Generate the Change Log |
81 | 81 |
|
82 | 82 | Generate a change log to cover changes between the previous release and the release branch HEAD by running |
83 | | -the provided `generate-changelog.py` script. |
| 83 | +the provided `dev/release/generate-changelog.py`. |
84 | 84 |
|
85 | 85 | It is recommended that you set up a virtual Python environment and then install the dependencies: |
86 | 86 |
|
87 | 87 | ```shell |
| 88 | +cd dev/release |
88 | 89 | python3 -m venv venv |
89 | 90 | source venv/bin/activate |
90 | 91 | pip3 install -r requirements.txt |
|
0 commit comments