Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHANGELOG: fix hyperlink failure for author #96972

Merged
merged 1 commit into from Jan 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG/CHANGELOG-1.19.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG/CHANGELOG-1.20.md
Expand Up @@ -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
Expand Down