Skip to content

Commit 7b9d1db

Browse files
fix: fixes the code of conduct document (googleapis#541)
* Update publish_javadoc.sh We don't want quite as much and need to be in `target/devsite/reference`. Source-Author: Les Vogel <[email protected]> Source-Date: Thu Oct 22 14:10:05 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 9593c3b5b714cc9b17c445aee8834ac2b4b9348b Source-Link: googleapis/synthtool@9593c3b * chore(docs): update code of conduct of synthtool and templates Source-Author: Christopher Wilcox <[email protected]> Source-Date: Thu Oct 22 14:22:01 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 5f6ef0ec5501d33c4667885b37a7685a30d41a76 Source-Link: googleapis/synthtool@5f6ef0e
1 parent 0646853 commit 7b9d1db

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.kokoro/release/publish_javadoc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ popd
6262
# V2
6363
mvn clean site -B -q -Ddevsite.template="${KOKORO_GFILE_DIR}/java/"
6464

65-
pushd target/devsite
65+
pushd target/devsite/reference
6666

6767
# create metadata
6868
python3 -m docuploader create-metadata \

CODE_OF_CONDUCT.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- # Generated by synthtool. DO NOT EDIT! !-->
12
# Code of Conduct
23

34
## Our Pledge
@@ -69,12 +70,12 @@ dispute. If you are unable to resolve the matter for any reason, or if the
6970
behavior is threatening or harassing, report it. We are dedicated to providing
7071
an environment where participants feel welcome and safe.
7172

72-
Reports should be directed to *[PROJECT STEWARD NAME(s) AND EMAIL(s)]*, the
73-
Project Steward(s) for *[PROJECT NAME]*. It is the Project Steward’s duty to
73+
Reports should be directed to *[email protected]*, the
74+
Project Steward(s) for *Google Cloud Client Libraries*. It is the Project Steward’s duty to
7475
receive and address reported violations of the code of conduct. They will then
7576
work with a committee consisting of representatives from the Open Source
7677
Programs Office and the Google Open Source Strategy team. If for any reason you
77-
are uncomfortable reaching out the Project Steward, please email
78+
are uncomfortable reaching out to the Project Steward, please email
7879
7980

8081
We will investigate every complaint, but you may not receive a direct response.

synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-spanner.git",
7-
"sha": "768c19dc1b9985f7823ec1e4ca92491936062f3b"
7+
"sha": "5322c951ffaac38bc89c93ab510f312412fe2c53"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "6abb59097be84599a1d6091fe534a49e5c5cf948"
22+
"sha": "5f6ef0ec5501d33c4667885b37a7685a30d41a76"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)