Skip to content

feat: Use unified naming convention for iOS artifacts.

24fe8cf
Select commit
Loading
Failed to load commit list.
Merged

feat: Use unified naming convention for iOS artifacts. #187

feat: Use unified naming convention for iOS artifacts.
24fe8cf
Select commit
Loading
Failed to load commit list.
Mergeable / Mergeable succeeded Feb 10, 2026 in 7s

3 checks passed!

Status: PASS

Details

✔️ Validator: TITLE

  • ✔️ All the requisite validations passed for 'or' option
    Input : feat: Use unified naming convention for iOS artifacts.
    Settings : {"or":[{"must_include":{"regex":"^(feat|docs|chore|cleanup|fix|refactor|test|style|perf)(\\([^) ]+\\))?:\\ .+$","message":"Semantic release conventions must be followed."}},{"must_include":{"regex":"^Bump [^ ]* from [^ ]* to [^ ]*$","message":"Dependabot PRs are exempt from semantic release conventions."}}]}

✔️ Validator: COMMIT

  • ✔️ Your commit messages met the specified criteria
    Input : feat: Use unified naming convention for iOS artifacts.

iOS build matrix and Qt architecture mapping are now ios-arm64,
iphonesimulator-arm64, iphonesimulator-x86_64.
Settings : {"do":"commit","message":{"regex":"^((feat|docs|chore|cleanup|fix|refactor|test|style|perf)(\\([^) ]+\\))?:\\ .+|Bump [^ ]* from [^ ]* to [^ ]*)","message":"Semantic release conventions must be followed."}}

✔️ Validator: DESCRIPTION

  • ✔️ description must exclude '\[ \]'
    Input : iOS build matrix and Qt architecture mapping are now ios-arm64, iphonesimulator-arm64, iphonesimulator-x86_64.

This change is Reviewable

Settings : {"must_exclude":{"regex":"\\\\[ \\\\]","message":"There are incomplete TODO task(s) unchecked."}}