Skip to content

Commit 63d0799

Browse files
authored
Add GitHub repo, issue tracker metadata for javadoc site (#721)
1 parent 88a6548 commit 63d0799

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.kokoro/release/publish_javadoc.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ pushd target/site/apidocs
4545
python3 -m docuploader create-metadata \
4646
--name ${NAME} \
4747
--version ${VERSION} \
48-
--language java
48+
--language java \
49+
--github-repository https://github.com/googleapis/google-http-java-client \
50+
--issue-tracker https://github.com/googleapis/google-http-java-client/issues \
4951

5052
# upload docs
5153
python3 -m docuploader upload . \

0 commit comments

Comments
 (0)