Skip to content

Commit

Permalink
fix: update action name in generated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed May 20, 2024
1 parent f9de894 commit b814210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
changelog += 'The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),\n'
changelog += 'and this project adheres to [Calendar Versioning](https://calver.org/).\n\n'
changelog += 'This changelog was automatically generated by the\n'
changelog += '[create-release-action](https://github.com/LizardByte/create-release-action).\n\n'
changelog += '[update-changelog-action](https://github.com/LizardByte/update-changelog-action).\n\n'
// loop through each release
releases = releases.reverse()
Expand Down

0 comments on commit b814210

Please sign in to comment.