From 1745207a08867deb779dba8cdc4c1d438b528940 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 26 Apr 2021 13:49:14 +0300 Subject: Update xtask/src/release.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Laurențiu Nicola --- xtask/src/release.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtask/src') 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 { cmd!("git switch release").run()?; cmd!("git fetch upstream --tags --force").run()?; cmd!("git reset --hard tags/nightly").run()?; - // The `release` branch sometimes have a couple of cherry-picked + // The `release` branch sometimes has a couple of cherry-picked // commits for patch releases. If that's the case, just overwrite // it. As we are setting `release` branch to an up-to-date `nightly` // tag, this shouldn't be problematic in general. -- cgit v1.2.3