Skip to content

Commit bb1ef1a

Browse files
committed
Tweaked a mkrelease message text.
- Legacy-Id: 11451
1 parent f36f38a commit bb1ef1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/mkrelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ note "Upgrading the python library modules before checking migrations and runnin
188188
pip freeze > minimum-requirements.txt
189189
pip install --upgrade -r requirements.txt
190190

191-
note "Checking that we don't have any model changes that haven't been captured in migrations ..."
191+
note "Checking that all model changes have been captured in migrations ..."
192192
ietf/manage.py makemigrations | tee /dev/stderr | grep -q "^No changes detected$" || die "Model changes without migrations found."
193193

194194
note "Running the tests suite and writing release coverage data ..."

0 commit comments

Comments
 (0)