From 93da65ebc1aafa97fb02b2e8e4f0cb7ee75886dc Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Mon, 7 Jul 2025 10:58:16 +0100 Subject: [PATCH] fix a confusion in the release script about ember data --- scripts/create-new-minor-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create-new-minor-version b/scripts/create-new-minor-version index 72a30446f2..d7e2d5b653 100755 --- a/scripts/create-new-minor-version +++ b/scripts/create-new-minor-version @@ -68,7 +68,7 @@ sed -i .bak -e "/currentVersion/i \\ rm guides/versions.yml.bak echo " DONE" -echo "What version of EmberData is being released (e.g. 5.3.0)? Double check this as it might not be the same version as Ember." +echo "What version of EmberData is being released (e.g. 5.3.0)? NOTE: This is not the one that was released this week, it is the one we want the snapshotted previous release to point to. Double check this as it might not be the same version as Ember." read -r EMBER_DATA_CURRENT_VERSION # Update version numbers in links