electron-release

Automate Electron release workflows from versioning to GitHub publication.

1|1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/laststance/skills --skill electron-release-laststance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: electron-release
Source: https://github.com/laststance/skills/tree/main/skills/electron-release
Command: npx skills add https://github.com/laststance/skills --skill electron-release-laststance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end release management for Electron apps, from version bumps to notarization and GitHub publication.

Core Features & Use Cases

  • End-to-end release workflow for Electron applications including macOS notarization, packaging, and multi-arch artifacts.
  • Automated release asset preparation and GitHub Release integration for streamlined distribution.
  • Use Case: A developer needs to publish a new version with both ZIP and DMG installers across architectures and ensure notarization compliance.

Quick Start

Update the app version and run the full release workflow to notarize, package, and publish the new version on GitHub.

Frequently Asked Questions about electron-release

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate macOS notarization and GitHub releases for an Electron app?

Electron release management handles multi-arch builds by using electron-builder to package both ZIP and DMG installers across architectures, ensuring cross-architecture compatibility before publishing to GitHub.

What is the best way to handle version bumps and release asset preparation for Electron multi-arch builds?

The best way to handle version bumps and release asset preparation for Electron multi-arch builds is an end-to-end workflow that automates versioning, builds with electron-builder, and prepares multi-arch artifacts for streamlined distribution.

Does this release workflow support generating both ZIP and DMG installers for cross-architecture Electron builds?

Yes, the release workflow supports generating both ZIP and DMG installers for cross-architecture Electron builds by leveraging electron-builder to package and prepare the necessary release assets.

Can I use electron-builder to notarize and publish macOS Electron applications end-to-end?

You can use electron-builder to notarize and publish macOS Electron applications end-to-end by applying a workflow that handles versioning, building, notarization compliance, and automated GitHub publication.

Why do I need a deterministic workflow for Electron release management and notarization?

A deterministic workflow for Electron release management is needed to ensure consistent, repeatable steps for versioning, building, notarization, and GitHub publication, preventing human error during multi-arch asset preparation.