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.
1 parent 7bb9c14 commit 1745207Copy full SHA for 1745207
xtask/src/release.rs
@@ -10,7 +10,7 @@ impl flags::Release {
10
cmd!("git switch release").run()?;
11
cmd!("git fetch upstream --tags --force").run()?;
12
cmd!("git reset --hard tags/nightly").run()?;
13
- // The `release` branch sometimes have a couple of cherry-picked
+ // The `release` branch sometimes has a couple of cherry-picked
14
// commits for patch releases. If that's the case, just overwrite
15
// it. As we are setting `release` branch to an up-to-date `nightly`
16
// tag, this shouldn't be problematic in general.
0 commit comments