forked from Carthage/Carthage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/outdated
- Loading branch information
Showing
34 changed files
with
271 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0 | ||
4.0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
github "antitypical/Result" ~> 3.2 | ||
github "Carthage/ReactiveTask" ~> 0.13 | ||
github "Carthage/ReactiveTask" ~> 0.14 | ||
github "Carthage/Commandant" ~> 0.12 | ||
github "jdhealy/PrettyColors" ~> 5.0 | ||
github "ReactiveCocoa/ReactiveSwift" ~> 2.0 | ||
github "mdiep/Tentacle" ~> 0.10 | ||
github "ReactiveCocoa/ReactiveSwift" ~> 3.0 | ||
github "mdiep/Tentacle" ~> 0.11 | ||
github "thoughtbot/Curry" ~> 3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
github "Carthage/Commandant" "0.12.0" | ||
github "Carthage/ReactiveTask" "0.13.0" | ||
github "Quick/Nimble" "v7.0.2" | ||
github "Carthage/ReactiveTask" "0.14.0" | ||
github "Quick/Nimble" "v7.0.3" | ||
github "Quick/Quick" "v1.2.0" | ||
github "ReactiveCocoa/ReactiveSwift" "2.0.1" | ||
github "ReactiveCocoa/ReactiveSwift" "3.0.0" | ||
github "antitypical/Result" "3.2.4" | ||
github "jdhealy/PrettyColors" "v5.0.0" | ||
github "jdhealy/PrettyColors" "5.0.1" | ||
github "jspahrsummers/xcconfigs" "0.9" | ||
github "mdiep/Tentacle" "0.10.0" | ||
github "mdiep/Tentacle" "0.11.0" | ||
github "thoughtbot/Curry" "v3.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
Carthage.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>BuildSystemType</key> | ||
<string>Latest</string> | ||
</dict> | ||
</plist> |
Submodule Nimble
updated
48 files
Submodule PrettyColors
updated
14 files
Submodule ReactiveSwift
updated
48 files
Submodule ReactiveTask
updated
18 files
+1 −1 | .swift-version | |
+5 −10 | .travis.yml | |
+1 −1 | Cartfile | |
+2 −2 | Cartfile.private | |
+4 −4 | Cartfile.resolved | |
+1 −1 | Carthage/Checkouts/Nimble | |
+1 −1 | Carthage/Checkouts/Quick | |
+1 −1 | Carthage/Checkouts/ReactiveSwift | |
+1 −1 | Carthage/Checkouts/Result | |
+0 −30 | Package.pins | |
+43 −0 | Package.resolved | |
+15 −18 | Package.swift | |
+25 −13 | ReactiveTask.xcodeproj/project.pbxproj | |
+3 −1 | ReactiveTask.xcodeproj/xcshareddata/xcschemes/ReactiveTask.xcscheme | |
+1 −1 | Sources/Info.plist | |
+9 −11 | Sources/Task.swift | |
+1 −1 | Tests/ReactiveTaskTests/Info.plist | |
+4 −0 | Tests/ReactiveTaskTests/StringExtensionSpec.swift |
Submodule Result
updated
5 files
+1 −1 | .travis.yml | |
+1 −1 | Result.podspec | |
+1 −1 | Result/Info.plist | |
+2 −0 | Result/Result.swift | |
+1 −1 | Tests/ResultTests/Info.plist |
Submodule Tentacle
updated
9 files
+3 −4 | .travis.yml | |
+1 −1 | Cartfile | |
+2 −2 | Cartfile.resolved | |
+1 −1 | Carthage/Checkouts/ReactiveSwift | |
+1 −1 | Carthage/Checkouts/Result | |
+2 −2 | Package.resolved | |
+1 −1 | Package.swift | |
+1 −1 | Sources/Tentacle/Color.swift | |
+8 −8 | Sources/Tentacle/Response.swift |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Releasing a New Version of Carthage | ||
## 1. Create the Release Notes | ||
Document what’s changed, keeping an eye out for breaking changes that will affect the version number. | ||
|
||
Release notes typically follow this pattern: | ||
|
||
> **Fixed** | ||
> * Something was fixed (#pr-number). Thanks @pr-author! | ||
> | ||
> **Added** | ||
> * Something was added (#pr-number). Thanks @pr-author! | ||
> | ||
> **Improved** | ||
> * Something was improved (#pr-number). Thanks @pr-author! | ||
> | ||
> Thank you to {authors of PRs that improved code quality} for improvements to the code base! Thank you to {reviewers of PRs} for reviewing pull requests! | ||
Try to call out more important items earlier in the list. | ||
|
||
You can use the [compare](https://github.com/Carthage/Carthage/compare) page on GitHub to see what’s changed since the previous release. Typically only the merge commits (those of the form _Merge pull request #2342 from branch-name_) are needed. Click the link to the PR to see what changed. | ||
|
||
## 2. Update Version Number | ||
If the changes in this release are breaking, then increment the minor number (`0.26.0` to `0.27.0`). Otherwise increment the patch number (`0.26.0` to `0.26.1`). | ||
|
||
The version number needs to be set in the `CarthageKitVersion` struct and in the `Info.plist`s for both `carthage` and `CarthageKit`. | ||
|
||
This commit can be made directly to `master` and then pushed to GitHub. | ||
|
||
## 3. Create Draft Release | ||
Create a [new release](https://github.com/Carthage/Carthage/releases/new) on GitHub. The tag version should always be 3 numbers (i.e. `0.26.0`, not `0.26`). Check _This is a pre-release_ for now. | ||
|
||
## 4. Create Installer | ||
Now that you’ve created the release, do a `git pull`: you need the tag locally when you create the installer. | ||
|
||
Run `make package` to create the installer locally. It’s probably a good idea to install it and run `carthage version` to make sure that you’ve picked up the changes. | ||
|
||
## 5. Publish Release | ||
Edit the release you created. Add the `Carthage.pkg` and `CarthageKit.framework` that were created, uncheck _This in a pre-release_, and publish! Congratulations, you’ve published the release! 👏 | ||
|
||
## 6. Update Homebrew (optional) | ||
Many people install Carthage with Homebrew. In order for them to upgrade, [the Homebrew formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/carthage.rb) needs to be updated. | ||
|
||
Normally only the tag and the SHA need to be updated in the formula. But if the supported Xcode versions have changed, that will need to be updated as well. | ||
|
||
Once you open a PR against the Homebrew repo, it’s typically merged within a few hours. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.