Skip to content

Aether v0.1.13

Choose a tag to compare

@github-actions github-actions released this 14 May 07:50

Automation

  • Dispatch release workflow with default token (#33)
    • remove the invalid RELEASE_TOKEN dependency from prepare-release
    • use the default workflow token for checkout, metadata lookup, and atomic release commit/tag push
    • add workflow_dispatch to the release workflow and explicitly dispatch it for the created tag
    • update README release automation docs
  • Fix prepare release checkout authentication (#32)
    • let actions/checkout use the default workflow token for repository fetches
    • validate RELEASE_TOKEN before release publishing work begins
    • apply RELEASE_TOKEN only for the final release commit/tag push so tag pushes still trigger the Release workflow
  • Add macOS signing and notarization workflow (#31)
    • add environment-gated Electron Forge macOS signing and notarization config
    • import Developer ID Application certificates during macOS release builds when secrets are configured
    • document required GitHub secrets and signed release setup