This is an automated email from the ASF dual-hosted git repository.

jhyde pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git

commit f7e029fa3548d015f6a9ac3bc5da2a9af6357db6
Author: Julian Hyde <[email protected]>
AuthorDate: Wed May 12 15:57:38 2021 -0700

    [CALCITE-4576] Release process should not overwrite LICENSE file
    
    The LICENSE file is already the same as the one generated
    during release, so the only change is to add a note to
    remind release managers to check. (When we made this same
    change to Avatica, we had to commit a modified LICENSE
    file.)
---
 site/_docs/howto.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site/_docs/howto.md b/site/_docs/howto.md
index 084e208..9dd338b 100644
--- a/site/_docs/howto.md
+++ b/site/_docs/howto.md
@@ -795,6 +795,7 @@ your key to the keyservers used by Nexus, see above.
   `README`, `README.md`
   * Check that the version in `README` is correct
   * Check that the copyright year in `NOTICE` is correct
+  * Check that `LICENSE` is identical to the file checked into git
 * Make sure that the following files do not occur in the source
   distros: `KEYS`, `gradlew`, `gradlew.bat`, `gradle-wrapper.jar`,
   `gradle-wrapper.properties`

Reply via email to