Skip to content

Commit

Permalink
Update the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Jul 30, 2024
1 parent ee9de62 commit b78a93d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/create-release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,10 @@ jobs:
REPO_DIR: caller
BUMP_TYPE: ${{ inputs.bump_type }}
EXACT_VERSION: ${{ inputs.exact_version }}

# Update the CHANGELOG
- run: bump-changelog "$CHANGELOG" "$URL" "$VERSION"
env:
CHANGELOG: caller/${{ inputs.changelog }}
URL: ${{ github.server_url }}/${{ github.repository }}
VERSION: ${{ steps.get-next-version.outputs.next_version }}

0 comments on commit b78a93d

Please sign in to comment.