diff options
-rw-r--r-- | xtask/src/release.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/release.rs b/xtask/src/release.rs index 2d716253e..93079b369 100644 --- a/xtask/src/release.rs +++ b/xtask/src/release.rs | |||
@@ -99,7 +99,7 @@ impl PromoteCmd { | |||
99 | cmd!("git add src/tools/rust-analyzer").run()?; | 99 | cmd!("git add src/tools/rust-analyzer").run()?; |
100 | cmd!("git commit -m':arrow_up: rust-analyzer'").run()?; | 100 | cmd!("git commit -m':arrow_up: rust-analyzer'").run()?; |
101 | if !self.dry_run { | 101 | if !self.dry_run { |
102 | cmd!("git push").run()?; | 102 | cmd!("git push -u").run()?; |
103 | cmd!("xdg-open https://github.com/matklad/rust/pull/new/{branch}?body=r%3F%20%40ghost") | 103 | cmd!("xdg-open https://github.com/matklad/rust/pull/new/{branch}?body=r%3F%20%40ghost") |
104 | .run()?; | 104 | .run()?; |
105 | } | 105 | } |