Skip to content

Commit

Permalink
Specify how to fetch alphas/betas
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jul 24, 2019
1 parent f5e48ed commit 2471d4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@ import Fuz // /I/have/many/projects
// ^^ local dependencies must expose library products in their `Package.swift`
// careful: `foo/bar` will be treated as a GitHub dependency; prefix with `./`
// local dependencies do *not* need to be versioned


import Floibles // @mxcl ~> 1.0.0-alpha.1
import Bloibles // @mxcl == 1.0.0-alpha.1
// ^^ alphas/betas will only be fetched if you specify them explicitly like so
// this is per Semantic Versioning guidelines
```

`swift-sh` reads the comments after your imports and fetches the requested
Expand Down

0 comments on commit 2471d4e

Please sign in to comment.