ios-control / ios-deploy

Install and debug iPhone apps from the command line, without using Xcode
GNU General Public License v3.0
3.33k stars 462 forks source link

1.12.2 release was not completed #582

Closed chenrui333 closed 1 year ago

chenrui333 commented 1 year ago

👋 it looks like 1.12.2 release was not completed. Raise this issue for some awareness. Thanks!

relates to https://github.com/Homebrew/homebrew-core/pull/128803

gabebear commented 1 year ago

I had started that release, but I had issues with 2FA for pushing npm that took me a day to clear up.

I commented on that PR that we normally publish to brew with the command brew bump-formula-pr --url="https://github.com/ios-control/ios-deploy/archive/1.12.2.tar.gz" ios-deploy (documented in https://github.com/ios-control/ios-deploy/blob/master/RELEASING.md)

chenrui333 commented 1 year ago

All good now, https://github.com/Homebrew/homebrew-core/pull/128901

chenrui333 commented 1 year ago

BTW, you can also use https://github.com/mislav/bump-homebrew-formula-action to automate the homebrew updates.