Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 726 Bytes

RELEASING.md

File metadata and controls

16 lines (10 loc) · 726 Bytes

Releasing

Stable builds

Releasing stable builds takes a few short steps:

  1. Create a Github release with a changelog.
  2. The Release action job will be triggered and built artifacts deployed to Github.
  3. A pull request in the Homebrew formulae repo will be opened for this version.
  4. Documentation will be published.

Unstable builds

Every merge to the mainline branch triggers the creation of a pre-release in Github.

  1. The Unstable Release action job will be triggered and built artifacts deployed to Github.