gh cli release script

This commit is contained in:
Richard Macias
2026-02-14 10:55:47 -06:00
parent dcef4f7d75
commit fc864f75f4
2 changed files with 349 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: help all readme validate add-app normalize
.PHONY: help all readme validate add-app normalize publish
default: help
help: # Show help for each of the makefile recipes.
@@ -25,6 +25,9 @@ minify: # Generate standard release JSON
minify-dual-screen: # Generate dual screen release JSON
@python scripts/minify-json.py src/applications.json obtainium-emulation-pack-dual-screen-latest.json --variant dual-screen
publish: # Tag, push, and create a GitHub release with versioned JSON assets (requires gh CLI)
@python scripts/release.py
table: # Generate a table of obtainium links for the README.
@python scripts/generate-table.py src/applications.json ./pages/table.md