mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[GH-ISSUE #714] Templates: add official GitHub workflow templates + Swift starter repository template for asc #198
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#198
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?
Originally created by @rudrankriyam on GitHub (Feb 21, 2026).
Original GitHub issue: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/714
Problem
We already have
setup-ascfor GitHub Actions, but developers still start from scratch when setting up release automation in new repos.This slows adoption and causes inconsistent CI/CD patterns across projects.
Goal
Ship official GitHub templates in two forms:
Both should promote
ascas the default release automation path.Research (authoritative references)
Workflow templates (organization-level)
workflow-templates/structure,.properties.jsonmetadata,$default-branchplaceholder):Starter quality references (iOS/Swift)
Repository templates
Proposal
Part A — Organization workflow templates
Create/use
rudrankriyam/.github(public) and add:Template set (v1)
asc-ios-build-test.ymlasc-testflight-release.ymlascasc-appstore-submit.ymlMetadata requirements (
*.properties.json)nameanddescriptionrequirediconName(custom SVG inworkflow-templates/)categoriesaligned to Swift/CI/DeploymentfilePatternsto suggest templates in iOS/Swift repos (*.xcodeproj,*.xcworkspace,Package.swift)Part B — Swift/iOS repository template
Create a new repository template (suggestion:
rudrankriyam/ios-asc-template) containing:Template goals
setup-ascpre-wired in workflowsDesign constraints
Deliverables
rudrankriyam/.githubworkflow templates + metadata + icon.ios-asc-templaterepository marked as Template Repository.Acceptance criteria
ios-asc-templateappears with Use this template and boots a working pipeline.Nice-to-have follow-ups