Tweaked a mkrelease message text.

- Legacy-Id: 11451
This commit is contained in:
Henrik Levkowetz 2016-06-21 19:24:04 +00:00
parent f36f38af90
commit bb1ef1a447

View file

@ -188,7 +188,7 @@ note "Upgrading the python library modules before checking migrations and runnin
pip freeze > minimum-requirements.txt
pip install --upgrade -r requirements.txt
note "Checking that we don't have any model changes that haven't been captured in migrations ..."
note "Checking that all model changes have been captured in migrations ..."
ietf/manage.py makemigrations | tee /dev/stderr | grep -q "^No changes detected$" || die "Model changes without migrations found."
note "Running the tests suite and writing release coverage data ..."