Skip to content

Commit

Permalink
Improve comment around the octokit.swift dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
raphkoebraam committed Jun 28, 2022
1 parent a0c45a4 commit b254bc1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ let package = Package(
],
dependencies: [
.package(url: "https:/WeTransfer/Mocker.git", .upToNextMajor(from: "2.1.0")),
/// Temporarily pointing to the WeTransfer fork of octokit.swift. When a new version is released, we should go back pointing to
/// the original repo: `.package(url: "https:/nerdishbynature/octokit.swift", .upToNextMajor(from: "0.10.1"))`
/// Temporarily pointing to the WeTransfer fork of `octokit.swift` because the current version (`0.11.0`) doesn't include
/// the changes around Releases. Once a new version is released, we should go back to pointing to the original repo:
/// `.package(url: "https:/nerdishbynature/octokit.swift", .upToNextMajor(from: "0.11.0"))`
.package(url: "https:/WeTransfer/octokit.swift", .branch("main")),
.package(url: "https:/apple/swift-argument-parser", .upToNextMajor(from: "1.0.0"))
],
Expand Down

0 comments on commit b254bc1

Please sign in to comment.