Skip to content

Commit 2d55fca

Browse files
g-gastonwillie-yao
andauthored
Fix typo
Co-authored-by: Willie Yao <[email protected]>
1 parent 1181097 commit 2d55fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools/release/notes/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func readCmdConfig() *notesCmdConfig {
6464
flag.StringVar(&config.fromRef, "from", "", "The tag or commit to start from. It must be formatted as heads/<branch name> for branches and tags/<tag name> for tags. If not set, it will be calculated from release.")
6565
flag.StringVar(&config.toRef, "to", "", "The ref (tag, branch or commit to stop at. It must be formatted as heads/<branch name> for branches and tags/<tag name> for tags. If not set, it will default to branch.")
6666
flag.StringVar(&config.branch, "branch", "", "The branch to generate the notes from. If not set, it will be calculated from release.")
67-
flag.StringVar(&config.newTag, "release", "", "The tag for the enw release.")
67+
flag.StringVar(&config.newTag, "release", "", "The tag for the new release.")
6868

6969
flag.BoolVar(&config.prefixAreaLabel, "prefix-area-label", true, "If enabled, will prefix the area label.")
7070
flag.BoolVar(&config.preReleaseVersion, "pre-release-version", false, "If enabled, will add a pre-release warning header. (default false)")

0 commit comments

Comments
 (0)