CocoaPods-app icon indicating copy to clipboard operation
CocoaPods-app copied to clipboard

Finish release task for updates

Open alloy opened this issue 9 years ago • 3 comments

  • [x] Update Sparkle feed.
  • [x] Create a GitHub release https://developer.github.com/v3/repos/releases/#create-a-release
  • [x] Upload a build https://developer.github.com/v3/repos/releases/#upload-a-release-asset
  • [ ] Write-up release process.
  • [x] Make a homebrew-cask PR

alloy avatar Apr 05 '15 22:04 alloy

@segiddins's cask worked perfectly! CP shouldn't prompt to reinstall the command line utility though.

texastoland avatar Apr 26 '15 03:04 texastoland

@dnalot Thanks for the feedback.

@segiddins I guess this is because the formula links the binstub but doesn’t register that that happened with the user defaults: https://github.com/CocoaPods/CocoaPods-app/blob/master/app/CocoaPods/CPCLIToolInstallationController.m#L142-L153

alloy avatar Apr 28 '15 10:04 alloy

@segiddins Or maybe it makes more sense to set the ‘do not ask again’ key in the case of homebrew https://github.com/CocoaPods/CocoaPods-app/blob/master/app/CocoaPods/CPCLIToolInstallationController.m#L159-L164

alloy avatar Apr 28 '15 10:04 alloy