mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #213] [MERGED] App Store version release requests #357
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#357
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/213
Author: @rudrankriyam
Created: 1/27/2026
Status: ✅ Merged
Merged: 1/27/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/app-store-version-release-requests-26c4📝 Commits (4)
5d205dcAdd app store version release request supportd423ef7Merge remote-tracking branch 'origin/main' into cursor/app-store-version-release-requests-26c4e20669dfix: validate release request version id637235bMerge origin/main into cursor/app-store-version-release-requests-26c4📊 Changes
11 files changed (+373 additions, -0 deletions)
View changed files
📝
README.md(+3 -0)📝
cmd/commands_test.go(+10 -0)📝
cmd/versions.go(+1 -0)➕
cmd/versions_release.go(+66 -0)➕
cmd/versions_release_test.go(+52 -0)📝
internal/asc/integration_test.go(+36 -0)📝
internal/asc/output_core.go(+4 -0)📝
internal/asc/output_test.go(+36 -0)📝
internal/asc/output_versions.go(+23 -0)➕
internal/asc/release_requests.go(+79 -0)➕
internal/asc/release_requests_test.go(+63 -0)📄 Description
Implement
asc versions releasecommand andPOST /v1/appStoreVersionReleaseRequestsendpoint to allow releasing pending developer versions, fixes #206.The new
asc versions releasecommand provides a way to trigger the release of an approved App Store version that is in the "Pending Developer Release" state. This command requires a--confirmflag to prevent accidental releases.Test Results:
make test: Passed.make test-integration: Skipped due to missingASC_KEY_ID,ASC_ISSUER_ID,ASC_PRIVATE_KEY_PATH, andASC_RELEASE_VERSION_IDenvironment variables. The integration test forCreateAppStoreVersionReleaseRequestwas added and is ready to run with proper credentials.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.