Skip to content

Commit 1871722

Browse files
authored
fix: Commit new doc index to releases (#2034)
1 parent 9321b0a commit 1871722

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AWSSDKSwiftCLI/Sources/AWSSDKSwiftCLI/Commands/AWSSDKSwiftCLI/Subcommands/PrepareRelease.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ struct PrepareRelease {
208208
"packageDependencies.plist",
209209
"Sources/Services",
210210
"Sources/Core/AWSSDKForSwift/Documentation.docc/AWSSDKForSwift.md",
211+
"Sources/Core/SDKForSwift/Documentation.docc/SDKForSwift.md",
211212
"Sources/Core/AWSSDKPartitions/Sources/AWSSDKPartitions/Partitions.swift",
212213
"Sources/Core/AWSSDKIdentity/",
213214
]

AWSSDKSwiftCLI/Tests/AWSSDKSwiftCLITests/Commands/PrepareReleaseTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ class PrepareReleaseTests: CLITestCase {
184184
ProcessRunner.testRunner = runner
185185
let subject = PrepareRelease.mock(repoType: .awsSdkSwift)
186186
try! subject.stageFiles()
187-
XCTAssertTrue(command.hasSuffix("git add Package.swift Package.version Package.version.next packageDependencies.plist Sources/Services Sources/Core/AWSSDKForSwift/Documentation.docc/AWSSDKForSwift.md Sources/Core/AWSSDKPartitions/Sources/AWSSDKPartitions/Partitions.swift Sources/Core/AWSSDKIdentity/"))
187+
XCTAssertTrue(command.hasSuffix("git add Package.swift Package.version Package.version.next packageDependencies.plist Sources/Services Sources/Core/AWSSDKForSwift/Documentation.docc/AWSSDKForSwift.md Sources/Core/SDKForSwift/Documentation.docc/SDKForSwift.md Sources/Core/AWSSDKPartitions/Sources/AWSSDKPartitions/Partitions.swift Sources/Core/AWSSDKIdentity/"))
188188
}
189189

190190
func testStageFilesForSmithySwift() {

0 commit comments

Comments
 (0)