Skip to content

Commit

Permalink
Merge pull request #111 from getindata/dependabot/github_actions/thom…
Browse files Browse the repository at this point in the history
…aseizinger/keep-a-changelog-new-release-3

Bump thomaseizinger/keep-a-changelog-new-release from 1 to 3
  • Loading branch information
Lasica authored May 23, 2024
2 parents 18beda0 + 4318411 commit d5c2011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
bumpversion ${{ github.event.inputs.version_part }}
echo "::set-output name=package_version::$(cat $PYTHON_PACKAGE/__init__.py | grep -Po '\d+\.\d+\.\d+')"
- name: Update the CHANGELOG according to 'Keep a Changelog' guidelines
uses: thomaseizinger/keep-a-changelog-new-release@v1
uses: thomaseizinger/keep-a-changelog-new-release@v3
with:
version: ${{ steps.bump_version.outputs.package_version }}
- name: Create a new release branch
Expand Down

0 comments on commit d5c2011

Please sign in to comment.