We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@l3r8yJ WDYT?
The text was updated successfully, but these errors were encountered:
@h1alexbel thanks for the report, here is a feedback:
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
Phind/Phind-CodeLlama-34B-v2
Sorry, something went wrong.
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
No branches or pull requests
@l3r8yJ WDYT?
The text was updated successfully, but these errors were encountered: