Add makefile support for creating release notes

Signed-off-by: Andres Taylor <andres@planetscale.com>
This commit is contained in:
Andres Taylor 2021-04-23 16:04:38 +02:00
Родитель 797bfa6a35
Коммит e933be3647
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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)