Skip to content

Commit b78a93d

Browse files
committed
Update the CHANGELOG
1 parent ee9de62 commit b78a93d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/create-release-pr.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,10 @@ jobs:
7070
REPO_DIR: caller
7171
BUMP_TYPE: ${{ inputs.bump_type }}
7272
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

Comments
 (0)