diff --git a/scripts/release.py b/scripts/release.py index e549d9a5025d..f233933ec343 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -34,6 +34,10 @@ def archive_package(path): ls_command = [ "git", "ls-files", + # Make sure LICENSE and NOTICE files are included. + "LICENSE", + "NOTICE", + # Always include core. "core", f"{path}", f"{get_package_dependence(path)}",