Update CURATORS.md

This commit is contained in:
Dan Burton 2021-02-13 23:11:16 -05:00 committed by GitHub
parent a85fcd16f7
commit 3f6739a460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -307,7 +307,7 @@ First run `build.sh` to regenerate updated `ltsXX/work/constraints.yaml` and `lt
For an LTS minor bump, you'll typically want to:
* Add constraints to package `range:` fields _under_ the `source:` field in that `constraints.yaml`.
* Add constraints to package `range:` fields _under_ the `source:` field in that `constraints.yaml`, and edit `snapshot-incomplete.yaml` to change the version used for that package, if necessary.
* Add new packages to the `constraints.yaml` file
* Test, benchmark, haddock failures can also be added to package fields in the `constraints.yaml` if necessary, though it should be avoided if possible for LTS.