Skip to content

Commit

Permalink
fix: set release bot author to gh actions for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacThoman committed Dec 4, 2024
1 parent 53c3bae commit 985932e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ module.exports = {
assets: ['public/gameVersion.json'],
message: 'chore: release ${nextRelease.version} [skip ci]',
gitUserName: 'github-actions[bot]',
gitUserEmail: 'github-actions[bot]@users.noreply.github.com'
gitUserEmail: 'github-actions[bot]@users.noreply.github.com',
author: 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>',
committer: 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>'
},
],
] : []),
Expand Down

0 comments on commit 985932e

Please sign in to comment.