Skip to content

Commit

Permalink
Load value from metadata.mk in release tool (#9659)
Browse files Browse the repository at this point in the history
  • Loading branch information
radTuti committed Dec 31, 2024
1 parent 1b3d3de commit 1941bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/cmd/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func releaseSubCommands(cfg *Config) []*cli.Command {
{
Name: "generate-release-notes",
Usage: "Generate release notes for the next release",
Flags: []cli.Flag{orgFlag, githubTokenFlag},
Flags: []cli.Flag{orgFlag, devTagSuffixFlag, githubTokenFlag},
Action: func(c *cli.Context) error {
configureLogging("release-notes.log")

Expand Down

0 comments on commit 1941bc5

Please sign in to comment.