Skip to content

Releases: nicholascross/ch.sh

0.0.6: Escape brew command substitution in update-homebrew-formula workflow

10 Mar 01:55

Choose a tag to compare

- Prevents premature evaluation of the brew prefix in the generated Homebrew formula.
- Ensures the literal "$(brew --prefix ch)" string is preserved for correct usage.

0.0.5

10 Mar 01:52

Choose a tag to compare

Refactor theme configuration: remove post_install copying and add fal…

0.0.4

10 Mar 01:34

Choose a tag to compare

Explicitly require FileUtils and update post_install to call FileUtil…

0.0.3: Update Homebrew formula to install renamed binary

10 Mar 01:24

Choose a tag to compare

- Change the install command to use "ch" instead of "ch.sh", reflecting the recent renaming of the binary.
- Minor formatting cleanup in the workflow file.

0.0.2

10 Mar 01:15

Choose a tag to compare

Use GitHub Actions expression syntax for environment variables in Hom…

0.0.1: Add GitHub Actions workflow to auto-update Homebrew formula on release

10 Mar 01:05

Choose a tag to compare

- Introduce workflow to compute SHA256 checksum of release tarball.
- Update Homebrew formula with the new version, URL, and checksum.
- Automate commit and push to the Homebrew tap repository.