Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update check-docs add plugin to all Package files #96

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

rauhul
Copy link
Member

@rauhul rauhul commented Feb 6, 2025

Some Swift packages like swift-argument-parser have multiple package.swift files to handle different tools versions. This change updates check-docs to insert the swift-docc-plugin dependency to all package.swift files so regardless of which one is chosen, the dependency is available.

Fixes: #93

@rauhul rauhul requested a review from a team as a code owner February 6, 2025 21:24
Some Swift packages like swift-argument-parser have multiple
package.swift files to handle different tools versions. This change
updates check-docs to insert the swift-docc-plugin dependency to all
package.swift files so regardless of which one is chosen, the dependency
is available.

Fixes: swiftlang#93
@ahoppen ahoppen merged commit f18e57d into swiftlang:main Feb 6, 2025
24 checks passed
@rauhul rauhul deleted the fix-93 branch February 6, 2025 21:55
@rauhul rauhul restored the fix-93 branch February 6, 2025 21:55
@rauhul rauhul deleted the fix-93 branch February 6, 2025 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

check-docs.sh doesn't handle `Package@swift-<version>.swift
3 participants