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.
1 parent ee9de62 commit b78a93dCopy full SHA for b78a93d
.github/workflows/create-release-pr.yaml
@@ -70,3 +70,10 @@ jobs:
70
REPO_DIR: caller
71
BUMP_TYPE: ${{ inputs.bump_type }}
72
EXACT_VERSION: ${{ inputs.exact_version }}
73
+
74
+ # Update the CHANGELOG
75
+ - run: bump-changelog "$CHANGELOG" "$URL" "$VERSION"
76
+ env:
77
+ CHANGELOG: caller/${{ inputs.changelog }}
78
+ URL: ${{ github.server_url }}/${{ github.repository }}
79
+ VERSION: ${{ steps.get-next-version.outputs.next_version }}
0 commit comments