From bb1ef1a447fa740071e5d91a8726214b918d110a Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Tue, 21 Jun 2016 19:24:04 +0000 Subject: [PATCH] Tweaked a mkrelease message text. - Legacy-Id: 11451 --- bin/mkrelease | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mkrelease b/bin/mkrelease index ffe7d914e..d15b5df17 100755 --- a/bin/mkrelease +++ b/bin/mkrelease @@ -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 ..."