Skip to content

feat: update to use git-cliff binary#75

Merged
jackton1 merged 7 commits intomainfrom
feat/update-to-use-git-cliff-binary
Jul 26, 2025
Merged

feat: update to use git-cliff binary#75
jackton1 merged 7 commits intomainfrom
feat/update-to-use-git-cliff-binary

Conversation

@jackton1
Copy link
Contributor

No description provided.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bugbot free trial expires on July 29, 2025
Learn more in the Cursor dashboard.

@jackton1 jackton1 merged commit 29ae721 into main Jul 26, 2025
6 of 7 checks passed
run: |
${{ steps.install-git-cliff.outputs.binary_path }} --config "${{ steps.git-cliff.outputs.output_path }}" \
--output "${{ inputs.output }}" \
--verbose
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Git-Cliff Argument Removal and Path Issue

The args input has been removed, eliminating the ability to pass custom arguments to git-cliff. The new implementation hardcodes --verbose without providing an alternative for user-defined arguments, which is a breaking change that removes customization. Additionally, the binary_path variable is unquoted in the run command, potentially causing execution failures if the path contains spaces.

Locations (1)

Fix in CursorFix in Web

description: Generate Changelog with a customized template
author: tj-actions
inputs:
args:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this was removed? ho do i pass custom args?

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.

2 participants