Skip to content

Commit

Permalink
Fix incorrect variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Oct 11, 2023
1 parent 5d116df commit 5fe190a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ namespace :dependencies do
commit_message = "Update #{target_submodule} to #{target_version}"

Bumpsnag.change_branch(release_branch, true)
Bumpsnag.commit_changes(message, [target_submodule, 'CHANGELOG.md'])
Bumpsnag.commit_changes(commit_message, [target_submodule, 'CHANGELOG.md'])
Bumpsnag.push_changes(release_branch)

pp 'Update complete'
Expand Down

0 comments on commit 5fe190a

Please sign in to comment.