Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit fdbe2a0

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 <emilyball@google.com> Source-Date: Mon Nov 8 13:23:34 2021 -0800 Source-Repo: googleapis/synthtool Source-Sha: 99ea92a109dbcd4e2b8c179e337848ba6a25fe16 Source-Link: googleapis/synthtool@99ea92a
1 parent 6879348 commit fdbe2a0

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-containeranalysis
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-containeranalysis.git",
7-
"sha": "9e4c9789167892529cd60fd6dc731e654d47167d"
7+
"sha": "6879348f400b676ca6683a3abf2a7ebfce52dc7d"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "717a6a1fe247df095092de1321eadc9da887a06c"
22+
"sha": "99ea92a109dbcd4e2b8c179e337848ba6a25fe16"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)