From 718ae30512cd21a167154ecbd48015714ed996ac Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 23 Jan 2022 20:53:47 +0800 Subject: [PATCH] CURATORS normally no need to edit snapshot-incomplete.yaml --- CURATORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index d1cdbdcc..dfafcd06 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -317,7 +317,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`, and edit `snapshot-incomplete.yaml` to change the version used for that package, if necessary. +* Add constraints to package `range:` fields _under_ the `source:` field in that `constraints.yaml` (should not be necessary normally to edit `snapshot-incomplete.yaml` to change the version used for that package). * 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.