Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 835 Bytes

File metadata and controls

31 lines (22 loc) · 835 Bytes

Release Process

This document outlines the process for creating new releases of qrgo.

Release Process

The project is configured to automatically update the Homebrew formula when a new version tag is pushed

  1. Create and Push Version Tag

    git tag X.Y.Z
    git push origin X.Y.Z
  2. CI will automatically build & publish a release, and it'll initialize a formula bump in block/homebrew-tap.

  3. The formula bump will open a PR in block/homebrew-tap; once approved and merged, you're done.

Verification

After the release is complete:

  1. Test the new version can be installed via Homebrew:

    brew update
    brew upgrade qrgo
  2. Verify the new version is working:

    qrgo --version