Skip to content

Commit

Permalink
chore(deps): bump stefanzweifel/changelog-updater-action
Browse files Browse the repository at this point in the history
Bumps [stefanzweifel/changelog-updater-action](https://github.com/stefanzweifel/changelog-updater-action) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/stefanzweifel/changelog-updater-action/releases)
- [Changelog](https://github.com/stefanzweifel/changelog-updater-action/blob/main/CHANGELOG.md)
- [Commits](stefanzweifel/changelog-updater-action@v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: stefanzweifel/changelog-updater-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 11058c2 commit ad3e4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
bump2version --new-version ${{ steps.tag_version.outputs.new_version }} setup.cfg tutoraspects/__about__.py .ci/config.yml
- name: Update Changelog
if: steps.tag_version.outputs.new_version
uses: stefanzweifel/changelog-updater-action@v1.11.0
uses: stefanzweifel/changelog-updater-action@v1.12.0
with:
latest-version: v${{ steps.tag_version.outputs.new_version }}
release-notes: ${{ steps.tag_version.outputs.changelog }}
Expand Down

0 comments on commit ad3e4c1

Please sign in to comment.