Hardcode client major version r0
This commit is contained in:
parent
986e51cf35
commit
0af06291fe
1 changed files with 4 additions and 1 deletions
|
@ -518,7 +518,10 @@ if __name__ == '__main__':
|
|||
|
||||
substitutions = {
|
||||
"%CLIENT_RELEASE_LABEL%": args.client_release,
|
||||
"%CLIENT_MAJOR_VERSION%": extract_major(args.client_release),
|
||||
# we hardcode a major version of r0. This ends up in the
|
||||
# example API URLs. When we have released a new major version,
|
||||
# we'll have to bump it.
|
||||
"%CLIENT_MAJOR_VERSION%": "r0",
|
||||
"%SERVER_RELEASE_LABEL%": args.server_release,
|
||||
"%SERVER_MAJOR_VERSION%": extract_major(args.server_release),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue