Updated Scrapy release procedure (markdown)

Adrián Chaves 2023-02-02 06:32:13 +01:00
parent 74efbfc859
commit 995cb1e858
1 changed files with 3 additions and 1 deletions

@ -149,6 +149,8 @@ As a different team produces images for [Scrapy Cloud stacks](https://github.com
## Upgrade CI packages
To avoid the risk of CI suddenly failing and confusing pull request authors, we freeze some CI packages in `tox.ini`, `tests/requirements.txt`, and `.pre-commit-config.yaml`. You can find them looking for `==`, but mind that some freezes are to be kept (e.g. to test minimum versions of Scrapy dependencies).
To avoid the risk of CI suddenly failing and confusing pull request authors, we freeze some CI packages in `tox.ini`, `tests/requirements.txt`, and `.pre-commit-config.yaml`.
In `tox.ini` and `tests/requirements.txt` tou can find them looking for `==`, but mind that some freezes are to be kept (e.g. to test minimum versions of Scrapy dependencies).
Right after a major or minor release would be a good time to update those packages, solving or allow-listing any issue raised by their new versions.