Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CI Release jobs on tag push #862

Merged

Commits on Dec 6, 2022

  1. Add CI Release jobs on tag push

    ## Changes
    
    - Update `master.yml` GH Actions workflow to be triggered on version
    tag pushes (i.e. `x.y.z`, `x.y.z-rc.w`).
    
    - Add new `release-github` and `release-cocoapods` jobs on `master.yml`
    to do GH and CP releases on tag pushes, respectively.
    
    - Update macOS image to `macos-12` and Xcode to 14.1 on `master.yml` to
    be consistent with `test.yml`.
    
    - Add some missing names to jobs and rename others.
    
    - Update `script/carthage` to have a var with the Xcode major version
    (`XCODE_VERSION_MAJOR`) on the
    `EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_<XXXX>`
    setting which can't be defined dynamically.
    
    - Update Nimble to 9.2.1 to fix duplicate symbol error in Release
    builds (Xcode 14).
    
    - Keep using Xcode 13 in `master.yml` until CP releases the fix for
    watchOS verification on Xcode 14:
    - CocoaPods/CocoaPods#11558
    - CocoaPods/CocoaPods#11660
    
    - Remove `.swift-version` file
    p4checo committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    21c9d86 View commit details
    Browse the repository at this point in the history