We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 269bf3a + 180796c commit 7988dc6Copy full SHA for 7988dc6
.github/workflows/prep-crypto-nodejs-release.yml
@@ -61,7 +61,7 @@ jobs:
61
uses: orhun/git-cliff-action@v1
62
with:
63
config: "${{ env.PKG_PATH }}/cliff.toml"
64
- args: "${{ inputs.previous_version }}..HEAD"
+ args: "${{env.TAG_PREFIX}}${{ inputs.previous_version }}..HEAD"
65
env:
66
GIT_CLIFF_TAG: "${{ inputs.version }}"
67
GIT_CLIFF_PREPEND: "${{ env.PKG_PATH }}/CHANGELOG.md"
0 commit comments