diff --git a/Package.resolved b/Package.resolved index 27b7723..eb0fd47 100644 --- a/Package.resolved +++ b/Package.resolved @@ -12,10 +12,10 @@ }, { "package": "OctoKit", - "repositoryURL": "https://github.com/AvdLee/octokit.swift", + "repositoryURL": "https://github.com/WeTransfer/octokit.swift", "state": { - "branch": "master", - "revision": "c1d49d82fa34d8022b0cdc95ca94113a54a4ec81", + "branch": "main", + "revision": "8f78b18b3278a378d9a96bd7b832ce4091378c5c", "version": null } }, diff --git a/Package.swift b/Package.swift index 44647ab..42555ba 100644 --- a/Package.swift +++ b/Package.swift @@ -12,9 +12,10 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/WeTransfer/Mocker.git", .upToNextMajor(from: "2.1.0")), -// .package(path: "../../Forks/octokit.swift"), -// .package(url: "https://github.com/nerdishbynature/octokit.swift", .upToNextMajor(from: "0.10.1")), - .package(url: "https://github.com/AvdLee/octokit.swift", .branch("master")), + /// 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://github.com/nerdishbynature/octokit.swift", .upToNextMajor(from: "0.11.0"))` + .package(url: "https://github.com/WeTransfer/octokit.swift", .branch("main")), .package(url: "https://github.com/apple/swift-argument-parser", .upToNextMajor(from: "1.0.0")) ], targets: [