Skip to content

Commit

Permalink
ci: update the changelog updater step in bumpversion (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrrypg committed Dec 22, 2022
1 parent 12439ff commit c6fb805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
bumpversion --new-version ${{ steps.tag_version.outputs.new_version }} setup.cfg
- name: Update Changelog
if: steps.tag_version.outputs.new_version
uses: stefanzweifel/[email protected].0
uses: stefanzweifel/[email protected].2
with:
latest-version: ${{ steps.tag_version.outputs.new_tag }}
release-notes: ${{ steps.tag_version.outputs.changelog }}
Expand Down

0 comments on commit c6fb805

Please sign in to comment.