Skip to content

Commit b07360e

Browse files
andygrovecomphead
andauthored
docs: move release process docs to contributor guide (#3492)
* docs: move release process docs to contributor guide * Update docs/source/contributor-guide/release_process.md Co-authored-by: Oleks V <comphead@users.noreply.github.com> --------- Co-authored-by: Oleks V <comphead@users.noreply.github.com>
1 parent f4bacc1 commit b07360e

2 files changed

Lines changed: 20 additions & 18 deletions

File tree

docs/source/contributor-guide/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ Profiling Native Code <profiling_native_code>
3939
Spark SQL Tests <spark-sql-tests.md>
4040
SQL File Tests <sql-file-tests.md>
4141
Roadmap <roadmap.md>
42+
Release Process <release_process>
4243
Github and Issue Tracker <https://github.com/apache/datafusion-comet>
4344
```

dev/release/README.md renamed to docs/source/contributor-guide/release_process.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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.
1818
-->
1919

2020
# Apache DataFusion Comet: Release Process
@@ -80,11 +80,12 @@ Create a PR against the main branch to prepare for developing the next release:
8080
### Generate the Change Log
8181

8282
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`.
8484

8585
It is recommended that you set up a virtual Python environment and then install the dependencies:
8686

8787
```shell
88+
cd dev/release
8889
python3 -m venv venv
8990
source venv/bin/activate
9091
pip3 install -r requirements.txt

0 commit comments

Comments
 (0)