Skip to content

Commit 63562c4

Browse files
committed
Merge branch 'main' of github.com:FlexMeasures/tsc
2 parents 45ce1d6 + d6396f8 commit 63562c4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

RELEASE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ For a MINOR or MAJOR release:
114114
- Commit the placeholder(s)
115115
- [ ] (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)
116116
- [ ] `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?
118117
- [ ] `git diff | vim -` # manually inspect which version jumps are major
119118
- [ ] `git checkout -b chore/upgrade-dependencies-for-v<major>.<minor+1>` # this branch will be the basis for the PR
120119
- [ ] `make install-for-dev`

0 commit comments

Comments
 (0)