Release a native macOS app to GitHub with DMG packaging and Sparkle appcast updates. Use this skill whenever the user wants to publish a new version, create a release, ship an update, push a release to GitHub, or update the appcast. Also trigger when the user mentions DMG creation, Sparkle signing, notarization, archiving, or anything related to distributing a new version of their macOS app. This covers the full release pipeline: archive, notarize, export, create DMG, sign with Sparkle EdDSA, update appcast.xml, git push, and GitHub release creation.
$npx -y skills add fayazara/macos-app-skills --skill releaseInstalls into the current project.
Run `npx skills use "https://github.com/fayazara/macos-app-skills" --skill "fayazara/macos-app-skills/release"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/fayazara/macos-app-skills" that are relevant to the current task. Run `npx skills add "https://github.com/fayazara/macos-app-skills"` and select the relevant skills, then follow their instructions.