Skip to content

Commit 0566495

Browse files
authored
Merge pull request #2906 from chanieljdan/patch-3
Update k8s-release-cut.md - correct krel announce command for release cut instructions
2 parents 1a42378 + dc247d4 commit 0566495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-engineering/handbooks/k8s-release-cut.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ Ideally this is a task that should be performed during onboarding and not on the
444444
Sometimes you might need to manually send the announcement, in which case you can run this command:
445445

446446
```
447-
krel announce send -p --tag v1.xx.yy-alpha|beta|rc-z --name "First Last" --email "your-email@gmail.com" > ~/Downloads/announce.html
447+
krel announce send -p --tag v1.xx.yy-alpha|beta|rc.z --name "First Last" --email "your-email@gmail.com" > ~/Downloads/announce.html
448448
```
449449

450450
And then send the email from your account as follows:

0 commit comments

Comments
 (0)