diff --git a/README.md b/README.md index a15969d..00c7f63 100755 --- a/README.md +++ b/README.md @@ -330,6 +330,7 @@ Head over to our [cocoapods-plugin](cocoapods-plugin/README.md) docs to see how ## Limitations +* Swift Package Manager (SPM) projects are not supported * Filenames with `_vers.c` suffix are reserved and cannot be used as a source file * All compilation files should be referenced via the git repo root. Referencing `/AbsolutePath/someOther.swift` or `../../someOther.swift` that resolve to the location outside of the git repo root is prohibited. @@ -343,6 +344,11 @@ Follow the [Development](docs/Development.md) guide. It has all the information ## Release +To release a version, in [Releases](https://github.com/spotify/XCRemoteCache/releases) draft a new release with `v0.3.0{-rc0}` version format. +Packages with binaries will be automatically uploaded to the GitHub [Releases](https://github.com/spotify/XCRemoteCache/releases) page. + +### Building release package + To build a release zip package, call: ```shell