Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

Commit ff335da

Browse files
chore: cleanup cloud RAD generation
Updating cloud rad generation to support [java-shared-config/pull/344](googleapis/java-shared-config#344) updates and removing inclusion of README as we're not currently supporting this feature yet Source-Author: Emily Ball <[email protected]> Source-Date: Mon Nov 8 13:23:34 2021 -0800 Source-Repo: googleapis/synthtool Source-Sha: 99ea92a109dbcd4e2b8c179e337848ba6a25fe16 Source-Link: googleapis/synthtool@99ea92a
1 parent 8c2e39c commit ff335da

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.kokoro/release/publish_javadoc11.sh

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,9 @@ mvn clean install -B -q -DskipTests=true
3636
export NAME=google-cloud-compute
3737
export VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)
3838

39-
# V3 generates docfx yml from javadoc
40-
# generate yml
41-
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
39+
# cloud RAD generation
40+
mvn clean javadoc:aggregate -B -q -P docFX
41+
# include CHANGELOG
4642
cp CHANGELOG.md target/docfx-yml/history.md
4743

4844
pushd target/docfx-yml

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-compute.git",
7-
"sha": "6960101aa546f4456bfafde0a265beb16079a734"
7+
"sha": "8c2e39c36f81e5238538b1471dd16d942c5e8da6"
88
}
99
},
1010
{
@@ -18,7 +18,7 @@
1818
"git": {
1919
"name": "synthtool",
2020
"remote": "https://github.com/googleapis/synthtool.git",
21-
"sha": "717a6a1fe247df095092de1321eadc9da887a06c"
21+
"sha": "99ea92a109dbcd4e2b8c179e337848ba6a25fe16"
2222
}
2323
}
2424
],

0 commit comments

Comments
 (0)