mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #14935 - paulrouget:gitAuthor, r=aneeshusa
Add git author fix https://github.com/servo/saltfs/issues/575 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14935) <!-- Reviewable:end -->
This commit is contained in:
commit
124301cf48
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