Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make cli installable from homebrew #38

Open
h1alexbel opened this issue Jun 7, 2024 · 2 comments
Open

make cli installable from homebrew #38

h1alexbel opened this issue Jun 7, 2024 · 2 comments
Labels
question Further information is requested

Comments

@h1alexbel
Copy link
Owner

@l3r8yJ WDYT?

@h1alexbel h1alexbel added the question Further information is requested label Jun 7, 2024
Copy link

github-actions bot commented Jun 7, 2024

@h1alexbel thanks for the report, here is a feedback:

Problems

  1. Poorly formatted summary
  2. Incomplete description
  3. Excessive use of text abbreviations

I would recommend updating the summary to clearly state the issue, such as "Request to make CLI installable via Homebrew".

Please fix the bug report in order it to get resolved faster.
Analyzed with Phind/Phind-CodeLlama-34B-v2

@h1alexbel
Copy link
Owner Author

h1alexbel commented Jun 24, 2024

we can push cli to homebrew using GHA like this:

  publish-homebrew:
    name: Publish Homebrew formula
    if: ${{ !contains(github.ref, '-') }}
    runs-on: ubuntu-22.04
    permissions:
      contents: read
    steps:
      - name: Bump formula
        uses: mislav/bump-homebrew-formula-action@v3
        with:
          formula-name: git-cliff
          formula-path: Formula/g/git-cliff.rb
        env:
          COMMITTER_TOKEN: ${{ secrets.HOMEBREW_COMMITTER_TOKEN }}

@l3r8yJ FYI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant