Merge pull request #96972 from 249043822/bugfix-changelog113

CHANGELOG: fix hyperlink failure for author
This commit is contained in:
Kubernetes Prow Robot 2021-01-12 02:06:25 -08:00 committed by GitHub
commit aa2e6d0927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -621,7 +621,7 @@ filename | sha512 hash
- bazel: output go_binary rule directly from go_binary_conditional_pure
From: @mikedanese:
From: [@mikedanese](https://github.com/mikedanese):
Instead of aliasing. Aliases are annoying in a number of ways. This is
specifically bugging me now because they make the action graph harder to
analyze programmatically. By using aliases here, we would need to handle

View File

@ -2124,7 +2124,7 @@ filename | sha512 hash
- bazel: output go_binary rule directly from go_binary_conditional_pure
From: @mikedanese:
From: [@mikedanese](https://github.com/mikedanese):
Instead of aliasing. Aliases are annoying in a number of ways. This is
specifically bugging me now because they make the action graph harder to
analyze programmatically. By using aliases here, we would need to handle