Skip to content

Commit 42f91f3

Browse files
authored
Merge pull request #2122 from ember-learn/fix-data-link
fix a confusion in the release script about ember data
2 parents 0e6f319 + 93da65e commit 42f91f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create-new-minor-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ sed -i .bak -e "/currentVersion/i \\
6868
rm guides/versions.yml.bak
6969
echo " DONE"
7070

71-
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."
71+
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."
7272
read -r EMBER_DATA_CURRENT_VERSION
7373

7474
# Update version numbers in links

0 commit comments

Comments
 (0)