зеркало из https://github.com/github/vitess-gh.git
Add makefile support for creating release notes
Signed-off-by: Andres Taylor <andres@planetscale.com>
This commit is contained in:
Родитель
797bfa6a35
Коммит
e933be3647
3
Makefile
3
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)
|
Загрузка…
Ссылка в новой задаче