Merge pull request #34 from LucianoPAlmeida/master

Update URLs
This commit is contained in:
Franco Meloni 2019-12-16 01:13:26 +00:00 committed by GitHub
commit 4d06e02da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/jpsim/Yams", from: "2.0.0"),
.package(url: "https://github.com/f-meloni/Logger", from: "0.2.2"),
.package(url: "https://github.com/shibapm/Logger", from: "0.2.2"),
.package(url: "https://github.com/kareman/SwiftShell", from: "4.1.0"),
.package(url: "https://github.com/shibapm/PackageConfig.git", from: "0.10.0"),
// Dev Dependencies for testing.setup

View File

@ -6,7 +6,7 @@ Swift CLI release tool for Git repos and Swift Packages
You can install Rocket with SPM
1. Add or amend a Package.swift
2. Add this dependency `.package(url: "https://github.com/f-meloni/Rocket", from: "0.1.0")`
2. Add this dependency `.package(url: "https://github.com/shibapm/Rocket", from: "0.1.0")`
3. Then you can run `swift run rocket 1.0.0` where `1.0.0` is the version that you want to release
## Set up the release steps
@ -99,7 +99,7 @@ That is also valid for the dependencies that are used just from test targets, bu
Some examples are:
- https://github.com/danger/swift/blob/master/Package.swift
- https://github.com/f-meloni/Rocket/blob/master/Package.swift
- https://github.com/shibapm/Rocket/blob/master/Package.swift
- https://github.com/f-meloni/Logger/blob/master/Package.swift
## Steps