Skip to content

fix a confusion in the release script about ember data #2122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/create-new-minor-version
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down