mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-06 03:52:53 +00:00
Track remote branch on xtask promote
This commit is contained in:
parent
336909b63a
commit
c0ff61c4b9
@ -99,7 +99,7 @@ impl PromoteCmd {
|
||||
cmd!("git add src/tools/rust-analyzer").run()?;
|
||||
cmd!("git commit -m':arrow_up: rust-analyzer'").run()?;
|
||||
if !self.dry_run {
|
||||
cmd!("git push").run()?;
|
||||
cmd!("git push -u").run()?;
|
||||
cmd!("xdg-open https://github.com/matklad/rust/pull/new/{branch}?body=r%3F%20%40ghost")
|
||||
.run()?;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user