This is an automated email from the ASF dual-hosted git repository.
xudong963 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 2bdf167118 Add link to upgrade guide in changelog script (#16680)
2bdf167118 is described below
commit 2bdf16711845f81b44019034312ec05f94768bdb
Author: Andrew Lamb <[email protected]>
AuthorDate: Wed Jul 9 04:39:13 2025 -0400
Add link to upgrade guide in changelog script (#16680)
* Add link to upgrade guide in changelog script
* remove changelog
---
dev/release/generate-changelog.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev/release/generate-changelog.py
b/dev/release/generate-changelog.py
index 1349416bca..830d329f73 100755
--- a/dev/release/generate-changelog.py
+++ b/dev/release/generate-changelog.py
@@ -124,6 +124,9 @@ under the License.
print(f"This release consists of {commit_count} commits from
{contributor_count} contributors. "
f"See credits at the end of this changelog for more information.\n")
+ print("See the [upgrade
guide](https://datafusion.apache.org/library-user-guide/upgrading.html) "
+ "for information on how to upgrade from previous versions.\n")
+
print_pulls(repo_name, "Breaking changes", breaking)
print_pulls(repo_name, "Performance related", performance)
print_pulls(repo_name, "Implemented enhancements", enhancements)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]