Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 694 Bytes

RELEASE.md

File metadata and controls

23 lines (16 loc) · 694 Bytes

How To Make Releases

  1. 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
  2. Draft the release using GitHub Releases

    1. Use SemVer
    2. Add that binary as attachment
  3. Push to Homebrew, see details here

    1. brew bump-cask-pr --version 4.0.1 CoreLocationCLI