We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc0494 commit d709ca6Copy full SHA for d709ca6
1 file changed
bin/mkrelease
@@ -184,6 +184,9 @@ changes=$( sed -n "/^$PROJ ($VER.*)/,/^ -- /p" changelog )
184
[ "$changes" ] || die "No changelog information for $VER found"
185
#note "$changes"
186
187
+note "Upgrading the python library modules before checking migrations and running tests ..."
188
+pip install --upgrade -r requirements.txt
189
+
190
note "Checking that we don't have any model changes that haven't been captured in migrations ..."
191
ietf/manage.py makemigrations | tee /dev/stderr | grep -q "^No changes detected$" || die "Model changes without migrations found."
192
0 commit comments