Skip to content

feat: Personal Homebrew Tap#92

Merged
DylanDevelops merged 2 commits intomainfrom
ravel/create-personal-homebrew-tap
Mar 25, 2026
Merged

feat: Personal Homebrew Tap#92
DylanDevelops merged 2 commits intomainfrom
ravel/create-personal-homebrew-tap

Conversation

@DylanDevelops
Copy link
Copy Markdown
Owner

@DylanDevelops DylanDevelops commented Mar 25, 2026

Pull Request Checklist

  • I have read and followed the contribution guidelines.
  • My pull request targets the main branch of tmpo.
  • I have tested these changes locally on my machine.

Description

This pull request makes several minor improvements to the project's CI/CD and release configuration files. The main changes are focused on standardizing YAML formatting, updating repository settings, and adjusting environment variables for releases.

CI/CD and Workflow Improvements:

  • Standardized YAML formatting by changing single quotes to double quotes for string values in workflow files (.github/workflows/codeql.yml, .github/workflows/release.yml, .github/workflows/test.yml). [1] [2] [3] [4] [5]
  • Added TAP_GITHUB_TOKEN as an environment variable for the release job in release.yml, which may be required for publishing to a Homebrew tap.

Release Configuration Updates:

  • Changed the Homebrew tap repository name from tmpo to homebrew-tmpo in .goreleaser.yml to match Homebrew conventions.
  • Set skip_upload to false in the Homebrew release configuration, enabling uploads to the tap.
  • Minor cleanup in .goreleaser.yml by removing a comment about the draft setting.

Add TAP_GITHUB_TOKEN to the GitHub Actions release job and normalize quoting in the workflow. Update goreleaser brew config to use the homebrew-tmpo repo name and enable uploads (skip_upload: false) so releases will publish the Homebrew formula; also apply minor newline/format fixes.
@DylanDevelops DylanDevelops merged commit b53563c into main Mar 25, 2026
5 checks passed
@DylanDevelops DylanDevelops deleted the ravel/create-personal-homebrew-tap branch March 25, 2026 17:53
@DylanDevelops DylanDevelops changed the title [add] Personal Homebrew Tap Configuration feat: Personal Homebrew Tap Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant