Skip to content

Commit

Permalink
Merge pull request #80 from gnossen/correct_release_tag
Browse files Browse the repository at this point in the history
Correct release tag
  • Loading branch information
srini100 authored Feb 4, 2020
2 parents 11f1729 + f9ae6ad commit 7e08e82
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ title = "gRPC"
pygmentsCodeFences = true

[params]
grpc_release_tag = "v1.25.0"
grpc_release_tag_no_v = "1.25.0"
grpc_release_tag = "v1.26.0"
grpc_release_tag_no_v = "1.26.0"
grpc_java_release_tag = "v1.26.0"

milestones_link = "https://github.com/grpc/grpc/milestones"
Expand All @@ -21,8 +21,11 @@ baseName = "_redirects"
[outputFormats.RSS]
baseName = "feed"

[outputFormats.RELEASE]
baseName = "release"

[outputs]
home = ["HTML", "REDIRECTS", "RSS"]
home = ["HTML", "REDIRECTS", "RSS", "RELEASE"]

# Site menus
[menu]
Expand Down
1 change: 0 additions & 1 deletion layouts/index.redirects
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
/grpc-{{ . }}/* https://grpc.github.io/grpc-{{ . }}/:splat
{{ end -}}
/grpc/* https://grpc.github.io/grpc/:splat
/release https://grpc.github.io/release 200
1 change: 1 addition & 0 deletions layouts/index.release
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ $.Site.Params.grpc_release_tag }}

0 comments on commit 7e08e82

Please sign in to comment.