Skip to content

Commit

Permalink
chore: add changelog to cloud-rad (#362)
Browse files Browse the repository at this point in the history
Source-Author: Emily Ball <emilyball@google.com>
Source-Date: Mon May 17 09:54:56 2021 -0700
Source-Repo: googleapis/synthtool
Source-Sha: c86c7a60985644eab557949363a38301d40d78d2
Source-Link: googleapis/synthtool@c86c7a6
  • Loading branch information
yoshi-automation authored May 18, 2021
1 parent 4f4ab46 commit 115ed02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions java-shared-dependencies/.kokoro/release/publish_javadoc11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ mvn clean site -B -q -P docFX

# copy README to docfx-yml dir and rename index.md
cp README.md target/docfx-yml/index.md
# copy CHANGELOG to docfx-yml dir and rename history.md
cp CHANGELOG.md target/docfx-yml/history.md

pushd target/docfx-yml

Expand Down
4 changes: 2 additions & 2 deletions java-shared-dependencies/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-shared-dependencies.git",
"sha": "eefcb6ead088783c98e803e82bfb12d231712e46"
"sha": "02141f017c28a4e105d5c8e6aa1ae6ca9f504e0c"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "4f4b1b9b8d8b52f1e9e4a76165896debce5ab7f1"
"sha": "c86c7a60985644eab557949363a38301d40d78d2"
}
}
],
Expand Down

0 comments on commit 115ed02

Please sign in to comment.