Skip to content

Commit 1745207

Browse files
matkladlnicola
andauthored
Update xtask/src/release.rs
Co-authored-by: Laurențiu Nicola <[email protected]>
1 parent 7bb9c14 commit 1745207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/release.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ impl flags::Release {
1010
cmd!("git switch release").run()?;
1111
cmd!("git fetch upstream --tags --force").run()?;
1212
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
1414
// commits for patch releases. If that's the case, just overwrite
1515
// it. As we are setting `release` branch to an up-to-date `nightly`
1616
// tag, this shouldn't be problematic in general.

0 commit comments

Comments
 (0)