|
@@ -165,13 +165,10 @@ jobs:
|
|
|
|
|
|
- name: Generate a changelog
|
|
|
if: github.event.inputs.create_release == 'true'
|
|
|
- uses: orhun/git-cliff-action@v3
|
|
|
+ uses: orhun/git-cliff-action@v4
|
|
|
with:
|
|
|
config: "scripts/cliff.toml"
|
|
|
- args: |
|
|
|
- "${{ steps.publish.outputs.old_git_tag }}"..main
|
|
|
- --include-path "${{ inputs.package_path }}/**"
|
|
|
- --github-repo "${{ github.repository }}"
|
|
|
+ args: ${{ steps.publish.outputs.old_git_tag }}..HEAD --include-path "${{ inputs.package_path }}/**" --github-repo ${{ github.repository }}
|
|
|
env:
|
|
|
OUTPUT: TEMP_CHANGELOG.md
|
|
|
GITHUB_REPO: ${{ github.repository }}
|