[PR #425] [MERGED] publish: resolve TestFlight groups by name or ID #517

Closed
opened 2026-02-26 22:31:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/425
Author: @rudrankriyam
Created: 2/5/2026
Status: Merged
Merged: 2/5/2026
Merged by: @rudrankriyam

Base: mainHead: feat/release-successor


📝 Commits (5)

  • 04532e0 publish: accept testflight group names and add release skill
  • 3953a4f publish: test paginated beta group resolution
  • 2c3e100 publish: harden beta group resolver tests and remove skill file
  • 0415fb1 Fix false ambiguous error for duplicate API entries in group resolver
  • 9b06a46 Merge pull request #427 from rudrankriyam/cursor/false-ambiguous-group-error-eba1

📊 Changes

3 files changed (+649 additions, -3 deletions)

View changed files

internal/cli/publish/group_resolver.go (+106 -0)
internal/cli/publish/group_resolver_test.go (+534 -0)
📝 internal/cli/publish/publish.go (+9 -3)

📄 Description

Summary

  • allow asc publish testflight --group to resolve group names as well as IDs
  • paginate through all beta groups when resolving names
  • return explicit errors for missing/ambiguous group names and dedupe resolved IDs
  • add a release automation skill reference in Agents.md
  • add a new skill at skills/asc-release-successor/SKILL.md

Testing

  • go test ./...

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/425 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 2/5/2026 **Status:** ✅ Merged **Merged:** 2/5/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `feat/release-successor` --- ### 📝 Commits (5) - [`04532e0`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/04532e0e70fb0b270d605f8e0a622659e0c5f221) publish: accept testflight group names and add release skill - [`3953a4f`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/3953a4fc0206528bf75d64b2dc1c16453c383689) publish: test paginated beta group resolution - [`2c3e100`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/2c3e10065b5cbda36bdb1ccf6e7c3c9c1fe11c17) publish: harden beta group resolver tests and remove skill file - [`0415fb1`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/0415fb1e7a80e3ec7f5f2cdc2febe4c0b8fb25fc) Fix false ambiguous error for duplicate API entries in group resolver - [`9b06a46`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/9b06a4625dc0bfe06d1b1bd4f43266a0d99812de) Merge pull request #427 from rudrankriyam/cursor/false-ambiguous-group-error-eba1 ### 📊 Changes **3 files changed** (+649 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `internal/cli/publish/group_resolver.go` (+106 -0) ➕ `internal/cli/publish/group_resolver_test.go` (+534 -0) 📝 `internal/cli/publish/publish.go` (+9 -3) </details> ### 📄 Description ## Summary - allow `asc publish testflight --group` to resolve group names as well as IDs - paginate through all beta groups when resolving names - return explicit errors for missing/ambiguous group names and dedupe resolved IDs - add a release automation skill reference in `Agents.md` - add a new skill at `skills/asc-release-successor/SKILL.md` ## Testing - go test ./... --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:31:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#517
No description provided.