mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
Track remote branch on xtask promote
This commit is contained in:
parent
336909b63a
commit
c0ff61c4b9
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue