Skip to content

docs(releasing): split delete-asset into one-asset calls with -y#14

Open
ndemianc wants to merge 1 commit into
developfrom
fix/releasing-delete-asset
Open

docs(releasing): split delete-asset into one-asset calls with -y#14
ndemianc wants to merge 1 commit into
developfrom
fix/releasing-delete-asset

Conversation

@ndemianc

Copy link
Copy Markdown
Contributor

gh release delete-asset takes a single <tag> <asset-name> — the doc's … UNSIGNED-arm64.app.zip UNSIGNED-x64.app.zip (two assets in one call) doesn't delete both. Split into two calls, each with -y so the publish sequence doesn't stall on an interactive confirm.

-gh release delete-asset v0.1.0 UNSIGNED-LevelCode-arm64.app.zip UNSIGNED-LevelCode-x64.app.zip
+gh release delete-asset v0.1.0 UNSIGNED-LevelCode-arm64.app.zip -y
+gh release delete-asset v0.1.0 UNSIGNED-LevelCode-x64.app.zip -y

🤖 Generated with Claude Code

`gh release delete-asset` accepts a single <tag> <asset-name>; passing two asset
names silently does the wrong thing. Split into two calls, each with `-y` so the
publish flow isn't blocked on an interactive confirmation.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant