We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36f38a commit bb1ef1aCopy full SHA for bb1ef1a
1 file changed
bin/mkrelease
@@ -188,7 +188,7 @@ note "Upgrading the python library modules before checking migrations and runnin
188
pip freeze > minimum-requirements.txt
189
pip install --upgrade -r requirements.txt
190
191
-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 ..."
192
ietf/manage.py makemigrations | tee /dev/stderr | grep -q "^No changes detected$" || die "Model changes without migrations found."
193
194
note "Running the tests suite and writing release coverage data ..."
0 commit comments