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