mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #613] [MERGED] Pr 612 review #656
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#656
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/613
Author: @rudrankriyam
Created: 2/17/2026
Status: ✅ Merged
Merged: 2/18/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/pr-612-review-4cbe📝 Commits (5)
9b3d70efix: skip non-locale directories in fastlane metadata import6e5ee77fix: report skipped non-locale metadata dirsb65d683cmdtest: fix path comparison in migrate import test8e3c531Merge pull request #614 from rudrankriyam/cursor/macos-test-path-comparison-c5a78900e06Merge main into PR branch📊 Changes
3 files changed (+205 additions, -93 deletions)
View changed files
📝
internal/cli/cmdtest/migrate_import_test.go(+77 -0)📝
internal/cli/migrate/migrate.go(+105 -93)📝
internal/cli/migrate/migrate_output.go(+23 -0)📄 Description
Summary
fastlane/metadata/subdirectories by reporting them in theskipped[]list forasc migrate import --dry-runandasc migrate validate. This ensures users are aware of any directories that could not be processed, including genuinely mistyped locale folders.Validation
make formatmake lintmake test🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.