mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
Add git author
This commit is contained in:
parent
f1c82be0e6
commit
feffd41c4d
1 changed files with 3 additions and 1 deletions
|
@ -52,7 +52,9 @@ update_brew() {
|
|||
> "${tmp_dir}/Formula/servo-bin.rb"
|
||||
|
||||
git -C "${tmp_dir}" add ./Formula/servo-bin.rb
|
||||
git -C "${tmp_dir}" commit -m "Version bump: ${version}"
|
||||
git -C "${tmp_dir}" commit \
|
||||
--author="Tom Servo <servo@servo.org>" \
|
||||
--message="Version bump: ${version}"
|
||||
|
||||
git -C "${tmp_dir}" push -qf \
|
||||
"https://${GITHUB_HOMEBREW_TOKEN}@github.com/servo/homebrew-servo.git" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue