Skip to content

Commit

Permalink
fix: fixes the code of conduct document (#541)
Browse files Browse the repository at this point in the history
* Update publish_javadoc.sh

We don't want quite as much and need to be in `target/devsite/reference`.

Source-Author: Les Vogel <lesv@users.noreply.github.com>
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 <crwilcox@google.com>
Source-Date: Thu Oct 22 14:22:01 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 5f6ef0ec5501d33c4667885b37a7685a30d41a76
Source-Link: googleapis/synthtool@5f6ef0e
  • Loading branch information
yoshi-automation committed Oct 26, 2020
1 parent 0646853 commit 7b9d1db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .kokoro/release/publish_javadoc.sh
Expand Up @@ -62,7 +62,7 @@ popd
# V2
mvn clean site -B -q -Ddevsite.template="${KOKORO_GFILE_DIR}/java/"

pushd target/devsite
pushd target/devsite/reference

# create metadata
python3 -m docuploader create-metadata \
Expand Down
7 changes: 4 additions & 3 deletions CODE_OF_CONDUCT.md
@@ -1,3 +1,4 @@
<!-- # Generated by synthtool. DO NOT EDIT! !-->
# Code of Conduct

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

Reports should be directed to *[PROJECT STEWARD NAME(s) AND EMAIL(s)]*, the
Project Steward(s) for *[PROJECT NAME]*. It is the Project Steward’s duty to
Reports should be directed to *googleapis-stewards@google.com*, the
Project Steward(s) for *Google Cloud Client Libraries*. It is the Project Steward’s duty to
receive and address reported violations of the code of conduct. They will then
work with a committee consisting of representatives from the Open Source
Programs Office and the Google Open Source Strategy team. If for any reason you
are uncomfortable reaching out the Project Steward, please email
are uncomfortable reaching out to the Project Steward, please email
opensource@google.com.

We will investigate every complaint, but you may not receive a direct response.
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-spanner.git",
"sha": "768c19dc1b9985f7823ec1e4ca92491936062f3b"
"sha": "5322c951ffaac38bc89c93ab510f312412fe2c53"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "6abb59097be84599a1d6091fe534a49e5c5cf948"
"sha": "5f6ef0ec5501d33c4667885b37a7685a30d41a76"
}
}
],
Expand Down

0 comments on commit 7b9d1db

Please sign in to comment.