Skip to content

Commit 38c5c65

Browse files
authored
Merge pull request #19558 from jketema/swift-clarify
Swift: Clarify the tag in the Swift updating doc
2 parents d27596a + b8fe1a6 commit 38c5c65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift/third_party/resources/updating.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ These files can only be updated having access for the internal repository at the
33
In order to perform a Swift update:
44

55
1. Dispatch the [internal `swift-prebuild` workflow](https://github.com/github/semmle-code/actions/workflows/__swift-prebuild.yml) with the appropriate swift
6-
tag.
6+
tag, e.g., `swift-6.1.1-RELEASE`.
77
2. Dispatch [internal `swift-prepare-resource-dir` workflow](https://github.com/github/semmle-code/actions/workflows/__swift-prepare-resource-dir.yml) with the
8-
appropriate swift tag.
8+
appropriate swift tag, e.g., `swift-6.1.1-RELEASE`.
99
3. Once the jobs finish, staged artifacts are available
1010
at https://github.com/dsp-testing/codeql-swift-artifacts/releases. Copy and paste the sha256 within the `_override`
1111
definition in [`load.bzl`](../load.bzl).

0 commit comments

Comments
 (0)