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 4c94fd4 commit 28bc5d7Copy full SHA for 28bc5d7
.kokoro/release/publish_javadoc11.sh
@@ -42,6 +42,8 @@ mvn clean site -B -q -P docFX
42
43
# copy README to docfx-yml dir and rename index.md
44
cp README.md target/docfx-yml/index.md
45
+# copy CHANGELOG to docfx-yml dir and rename history.md
46
+cp CHANGELOG.md target/docfx-yml/history.md
47
48
pushd target/docfx-yml
49
synth.metadata
@@ -11,7 +11,7 @@
11
"git": {
12
"name": "synthtool",
13
"remote": "https://github.com/googleapis/synthtool.git",
14
- "sha": "046994f491c02806aea60118e214a9edd67f5ab7"
+ "sha": "c86c7a60985644eab557949363a38301d40d78d2"
15
}
16
17
],
0 commit comments