commit
4d06e02da5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue