From 2f9961888adb8351a2e312a69e68752c861d1012 Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Thu, 11 Sep 2025 11:31:36 +0200 Subject: [PATCH] Swift: Mention in update playbook that we want a change note --- swift/third_party/resources/updating.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/swift/third_party/resources/updating.md b/swift/third_party/resources/updating.md index 80dad329643b..766d3e9410ee 100644 --- a/swift/third_party/resources/updating.md +++ b/swift/third_party/resources/updating.md @@ -22,4 +22,5 @@ In order to perform a Swift update: ``` (or whatever you have overridden). This will pull the staged archives in the repository for git LFS. 8. Clear `_override` in [`load.bzl`](../load.bzl). -9. Push and your PR will be ready for `main`. +9. Add a change note to the [library change note directory](../../ql/lib/change-notes/) that mentions that we now support the Swift version we updated to. +10. Push and your PR will be ready for `main`.