You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,6 @@ For a MINOR or MAJOR release:
114
114
- Commit the placeholder(s)
115
115
-[ ] (MINOR or MAJOR) Upgrade dependencies now, so they are well-tested when the next version is released: `make upgrade-deps`. Probably good to release this change in a PR to discuss, of course especially if `make test` is not successful. Also, this is a good moment to try removing conflict-related version limits (app.in protects test.in, which protects dev.in)
116
116
-[ ]`cd ci; ./update-packages.sh upgrade; cd ..`
117
-
-[ ]`cp requirements/3.11/app.txt requirements.txt` # we keep that around for Snyk (add note in the header) at the moment, maybe it can become a symbolic link one day?
118
117
-[ ]`git diff | vim -` # manually inspect which version jumps are major
119
118
-[ ]`git checkout -b chore/upgrade-dependencies-for-v<major>.<minor+1>` # this branch will be the basis for the PR
0 commit comments