We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c03f45 + 9a447c0 commit a02b042Copy full SHA for a02b042
xtask/src/release.rs
@@ -81,7 +81,7 @@ impl flags::Promote {
81
let date = date_iso(sh)?;
82
let branch = format!("rust-analyzer-{date}");
83
cmd!(sh, "git switch -c {branch}").run()?;
84
- cmd!(sh, "git subtree pull -P src/tools/rust-analyzer rust-analyzer master").run()?;
+ cmd!(sh, "git subtree pull -m ':arrow_up: rust-analyzer' -P src/tools/rust-analyzer rust-analyzer release").run()?;
85
86
if !self.dry_run {
87
cmd!(sh, "git push -u origin {branch}").run()?;
0 commit comments