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
Right now we are building the Docker image for the invocation of git-cliff-action, see Docker container action for more information.
git-cliff-action
It would be nice to use pre-built git-cliff binaries instead which would be a huge benefit when it comes to the overall speed of the action.
git-cliff
The text was updated successfully, but these errors were encountered:
I could add a manifest for git-cliff to https://github.com/taiki-e/install-action but I'm not sure if we can use it as a dependency here
Sorry, something went wrong.
It's a pretty good idea! Let's do that and offer that as an alternative to using this action.
e.g.
- name: Install git-cliff uses: taiki-e/install-action@git-cliff - name: Generate changelog run: git-cliff $args
I don't think using that as a dependency here is the way to go.
Can be installed from PyPI:
- name: Install git-cliff run: pipx install git-cliff - name: Generate changelog run: git-cliff $args
ref: orhun/git-cliff#158
Hey @DeadNews - that's a good trick. Are you also interested in contributing that to the documentation?
No branches or pull requests
Right now we are building the Docker image for the invocation of
git-cliff-action
, see Docker container action for more information.It would be nice to use pre-built
git-cliff
binaries instead which would be a huge benefit when it comes to the overall speed of the action.The text was updated successfully, but these errors were encountered: