Skip to content

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

Merged
ndemianc merged 1 commit into
developfrom
fix/releasing-delete-asset
Jul 16, 2026
Merged

docs(releasing): split delete-asset into one-asset calls with -y#14
ndemianc merged 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>
@ndemianc
ndemianc merged commit fd81887 into develop Jul 16, 2026
1 check passed
@ndemianc
ndemianc deleted the fix/releasing-delete-asset branch July 19, 2026 02:11
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