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 742b723 commit c86c7a6Copy full SHA for c86c7a6
synthtool/gcp/templates/java_library/.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
0 commit comments