This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new b07360e4e docs: move release process docs to contributor guide (#3492)
b07360e4e is described below
commit b07360e4e89fc11609b55fdd0d788490196e6735
Author: Andy Grove <[email protected]>
AuthorDate: Thu Feb 12 09:26:07 2026 -0700
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 <[email protected]>
---------
Co-authored-by: Oleks V <[email protected]>
---
docs/source/contributor-guide/index.md | 1 +
.../source/contributor-guide/release_process.md | 37 +++++++++++-----------
2 files changed, 20 insertions(+), 18 deletions(-)
diff --git a/docs/source/contributor-guide/index.md
b/docs/source/contributor-guide/index.md
index f5ebc43ed..2b6842e44 100644
--- a/docs/source/contributor-guide/index.md
+++ b/docs/source/contributor-guide/index.md
@@ -39,5 +39,6 @@ Profiling Native Code <profiling_native_code>
Spark SQL Tests <spark-sql-tests.md>
SQL File Tests <sql-file-tests.md>
Roadmap <roadmap.md>
+Release Process <release_process>
Github and Issue Tracker <https://github.com/apache/datafusion-comet>
```
diff --git a/dev/release/README.md
b/docs/source/contributor-guide/release_process.md
similarity index 93%
rename from dev/release/README.md
rename to docs/source/contributor-guide/release_process.md
index 5a57b289b..55d93b077 100644
--- a/dev/release/README.md
+++ b/docs/source/contributor-guide/release_process.md
@@ -1,20 +1,20 @@
-<!--
-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.
+<!---
+ 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.
-->
# Apache DataFusion Comet: Release Process
@@ -80,11 +80,12 @@ Create a PR against the main branch to prepare for
developing the next release:
### Generate the Change Log
Generate a change log to cover changes between the previous release and the
release branch HEAD by running
-the provided `generate-changelog.py` script.
+the provided `dev/release/generate-changelog.py`.
It is recommended that you set up a virtual Python environment and then
install the dependencies:
```shell
+cd dev/release
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]