Skip to content

Commit c86c7a6

Browse files
authored
chore: add changelog to cloud-rad (#1082)
1 parent 742b723 commit c86c7a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

synthtool/gcp/templates/java_library/.kokoro/release/publish_javadoc11.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ mvn clean site -B -q -P docFX
4242

4343
# copy README to docfx-yml dir and rename index.md
4444
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
4547

4648
pushd target/docfx-yml
4749

0 commit comments

Comments
 (0)