File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 77---
88
99import { Tabs , TabItem } from ' @astrojs/starlight/components' ;
10+ import { Image } from ' astro:assets' ;
11+ import releaseDeleteDialog from ' ~/assets/release_delete_dialog.png' ;
1012
1113In order to start pushing updates, you will need to create a release.
1214
@@ -424,6 +426,16 @@ You can delete a release for your app (as defined by your shorebird.yaml) on the
4244263 . Go to the "Settings" tab at the top of the page
4254274 . In the "Danger Zone" there will be a "Delete" button
426428
429+ In order to complete the delete request you do need to confirm which binaries
430+ you would like to be deleted. You can easily delete all releases or pick by
431+ platform. The list of platforms shown is based on the binaries that are uploaded
432+ for that release.
433+
434+ <Image
435+ src = { releaseDeleteDialog }
436+ alt = " Release Delete Platform Confirm Dialog in Shorebird Console"
437+ />
438+
427439## Side-loading and MDM
428440
429441A common question we get asked is: Does Shorebird require publishing to the App
You can’t perform that action at this time.
0 commit comments