From 65506eb15e1335ea7bc0a914c1c67bd8d4f94ba6 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Tue, 30 May 2023 09:32:42 +0200 Subject: [PATCH] build: remove changelog base compare all changes in the future will have a compare base --- scripts/rel/cut.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/rel/cut.sh b/scripts/rel/cut.sh index cf402f7f5..613fd05f0 100755 --- a/scripts/rel/cut.sh +++ b/scripts/rel/cut.sh @@ -270,10 +270,6 @@ else *beta*) true ;; - e5.1.0*) - # the first release has no change log - true - ;; *) generate_changelog ;;