diff --git a/Makefile b/Makefile index ca1136b017..bfcfa60564 100644 --- a/Makefile +++ b/Makefile @@ -418,3 +418,6 @@ vtadmin_web_proto_types: vtadmin_web_install # is changed by adding a new test to an existing shard. Any new or modified files need to be committed into git generate_ci_workflows: cd test && go run ci_workflow_gen.go && cd .. + +release-notes: + go run ./go/tools/release-notes -from $(FROM) -to $(TO) \ No newline at end of file