Skip to content

Commit 526d216

Browse files
authored
docs: move changelogs from dev/ to docs/source/changelog/ (apache#4330)
1 parent 56aa4ca commit 526d216

27 files changed

Lines changed: 239 additions & 11 deletions

.github/workflows/iceberg_spark_test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ on:
3030
- "doc/**"
3131
- "docs/**"
3232
- "**.md"
33-
- "dev/changelog/*.md"
3433
- "native/core/benches/**"
3534
- "native/spark-expr/benches/**"
3635
- "spark/src/test/**"
@@ -43,7 +42,6 @@ on:
4342
- "doc/**"
4443
- "docs/**"
4544
- "**.md"
46-
- "dev/changelog/*.md"
4745
- "native/core/benches/**"
4846
- "native/spark-expr/benches/**"
4947
- "spark/src/test/**"

.github/workflows/miri.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ on:
2929
- "doc/**"
3030
- "docs/**"
3131
- "**.md"
32-
- "dev/changelog/*.md"
3332
- "native/core/benches/**"
3433
- "native/spark-expr/benches/**"
3534
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
@@ -39,7 +38,6 @@ on:
3938
- "doc/**"
4039
- "docs/**"
4140
- "**.md"
42-
- "dev/changelog/*.md"
4341
- "native/core/benches/**"
4442
- "native/spark-expr/benches/**"
4543
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"

.github/workflows/pr_build_linux.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ on:
3030
- "doc/**"
3131
- "docs/**"
3232
- "**.md"
33-
- "dev/changelog/*.md"
3433
- "native/core/benches/**"
3534
- "native/spark-expr/benches/**"
3635
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
@@ -41,7 +40,6 @@ on:
4140
- "doc/**"
4241
- "docs/**"
4342
- "**.md"
44-
- "dev/changelog/*.md"
4543
- "native/core/benches/**"
4644
- "native/spark-expr/benches/**"
4745
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"

.github/workflows/pr_build_macos.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ on:
3030
- "doc/**"
3131
- "docs/**"
3232
- "**.md"
33-
- "dev/changelog/*.md"
3433
- "native/core/benches/**"
3534
- "native/spark-expr/benches/**"
3635
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
@@ -41,7 +40,6 @@ on:
4140
- "doc/**"
4241
- "docs/**"
4342
- "**.md"
44-
- "dev/changelog/*.md"
4543
- "native/core/benches/**"
4644
- "native/spark-expr/benches/**"
4745
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ under the License.
1919

2020
# Apache DataFusion Comet Changelog
2121

22-
Comprehensive changelogs for each release are available [here](dev/changelog).
22+
Comprehensive changelogs for each release are available [here](docs/source/changelog).

dev/release/create-tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Here is my vote:
104104
[1]: https://github.com/apache/datafusion-comet/tree/${release_hash}
105105
[2]: ${url}
106106
[3]: https://repository.apache.org/#nexus-search;quick~org.apache.datafusion
107-
[4]: https://github.com/apache/datafusion-comet/blob/${release_hash}/CHANGELOG.md
107+
[4]: https://github.com/apache/datafusion-comet/blob/${release_hash}/docs/source/changelog/${version}.md
108108
MAIL
109109
echo "---------------------------------------------------------"
110110

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)