We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541e3ae commit 7f70efeCopy full SHA for 7f70efe
packages/grpc-web/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "grpc-web",
3
- "version": "1.2.1",
+ "version": "1.3.0",
4
"author": "Google Inc.",
5
"description": "gRPC-Web Client Runtime Library",
6
"homepage": "https://grpc.io/",
scripts/release_notes.py
@@ -55,6 +55,7 @@
55
API_BASE_URL = "https://api.github.com/repos/grpc/grpc-web"
56
GRPC_WEB_TEAM = [
57
"stanley-cheung",
58
+ "sampajano",
59
"fengli79",
60
"vnorigoog",
61
"wenbozhu",
@@ -196,7 +197,7 @@ def format_release_notes(self):
196
197
else:
198
title = pr['title']
199
if author not in GRPC_WEB_TEAM:
- credit = " [@{}](https://github.com/{})".format(author, author)
200
+ credit = f" @{author}"
201
202
credit = ""
203
0 commit comments