-
Create binaries
swift build -c release --arch arm64 --arch x86_64 ./.build/apple/Products/Release/CoreLocationCLI --help lipo -info .build/apple/Products/Release/CoreLocationCLI cp ./.build/apple/Products/Release/CoreLocationCLI . zip CoreLocationCLI.zip CoreLocationCLI
-
Draft the release using GitHub Releases
- Use SemVer
- Add that binary as attachment
-
Push to Homebrew, see details here
-
brew bump-cask-pr --version 4.0.1 CoreLocationCLI
-