This is an automated email from the ASF dual-hosted git repository.
brycemecum pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/main by this push:
new e7c38cfd78e [Website] Remove "Apache Arrow" from header in 18.1.0
release note (#670)
e7c38cfd78e is described below
commit e7c38cfd78ec8b7faab6792393584f4ab8a5cdf2
Author: Bryce Mecum <[email protected]>
AuthorDate: Fri Jul 18 11:21:35 2025 -0700
[Website] Remove "Apache Arrow" from header in 18.1.0 release note (#670)
I'm not sure how this got in the 18.1.0 release note but it breaks the
post-04-website.sh script.
See https://github.com/apache/arrow-site/pull/669.
---------
Co-authored-by: Sutou Kouhei <[email protected]>
---
_release/18.1.0.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/_release/18.1.0.md b/_release/18.1.0.md
index bf880f3d3ef..aa6db9e044f 100644
--- a/_release/18.1.0.md
+++ b/_release/18.1.0.md
@@ -72,8 +72,6 @@ $ git shortlog -sn --group=trailer:signed-off-by
apache-arrow-18.0.0..apache-arr
## Changelog
-# Apache Arrow 18.1.0 (2024-11-24)
-
## Bug Fixes
* [GH-44360](https://github.com/apache/arrow/issues/44360) - [C#] Fix Flight
DoExchange incompatibility with C++ implementation (#44424)