From 5e16efa7ab7885776f9ae8c3eda1bd3edd2c8a33 Mon Sep 17 00:00:00 2001 From: David Wood Date: Thu, 27 Jun 2024 13:19:59 -0400 Subject: [PATCH 1/2] disable debug flag, but default, in release-branch.sh Signed-off-by: David Wood --- scripts/release-branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release-branch.sh b/scripts/release-branch.sh index e5554082cb..fa48bab367 100644 --- a/scripts/release-branch.sh +++ b/scripts/release-branch.sh @@ -1,4 +1,4 @@ -debug=echo +debug=$1 dbg_suffix=.dev7 # Assume this file is in the reporoot/scripts directory reporoot=$(dirname $0)/.. From 607e8e1d8cc26295e13f1a53e55cf93996776256 Mon Sep 17 00:00:00 2001 From: David Wood Date: Thu, 27 Jun 2024 13:20:59 -0400 Subject: [PATCH 2/2] set correct date in release notes for 0.2.0 Signed-off-by: David Wood --- release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes.md b/release-notes.md index 9fe1803063..52aca0930b 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,6 +1,6 @@ # Data Prep Kit Release notes -## Release 0.2.0 - 6/28/2024 +## Release 0.2.0 - 6/27/2024 ### General 1. Many bug fixes across the repo, plus the following specifics.