From 3f6739a4606ed7f9c8bd0b64faad10198540d396 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 13 Feb 2021 23:11:16 -0500 Subject: [PATCH] Update CURATORS.md --- CURATORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index 93e498be..808e4a1f 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -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.