Bump version to 1.3.0 (#1145)

This commit is contained in:
Eryu Xia 2021-10-13 16:52:01 -07:00 committed by GitHub
parent 541e3aed20
commit 7f70efec6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "grpc-web",
"version": "1.2.1",
"version": "1.3.0",
"author": "Google Inc.",
"description": "gRPC-Web Client Runtime Library",
"homepage": "https://grpc.io/",

View File

@ -55,6 +55,7 @@ import subprocess
API_BASE_URL = "https://api.github.com/repos/grpc/grpc-web"
GRPC_WEB_TEAM = [
"stanley-cheung",
"sampajano",
"fengli79",
"vnorigoog",
"wenbozhu",
@ -196,7 +197,7 @@ class ProcessChangelog:
else:
title = pr['title']
if author not in GRPC_WEB_TEAM:
credit = " [@{}](https://github.com/{})".format(author, author)
credit = f" @{author}"
else:
credit = ""