File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if [ -f ${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-url-release-please ]; th
2222 # Groom the release PR as new commits are merged.
2323 npx release-please release-pr --token=${KOKORO_KEYSTORE_DIR} /73713_github-magic-proxy-token-release-please \
2424 --repo-url=googleapis/java-bigtable \
25- --package-name=" bigtable" \
25+ --package-name=" google-cloud- bigtable" \
2626 --api-url=${KOKORO_KEYSTORE_DIR} /73713_github-magic-proxy-url-release-please \
2727 --proxy-key=${KOKORO_KEYSTORE_DIR} /73713_github-magic-proxy-key-release-please \
2828 --release-type=java-yoshi
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if [ -f ${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-url-release-please ]; th
2222 # Groom the snapshot release PR immediately after publishing a release
2323 npx release-please release-pr --token=${KOKORO_KEYSTORE_DIR} /73713_github-magic-proxy-token-release-please \
2424 --repo-url=googleapis/java-bigtable \
25- --package-name=" bigtable" \
25+ --package-name=" google-cloud- bigtable" \
2626 --api-url=${KOKORO_KEYSTORE_DIR} /73713_github-magic-proxy-url-release-please \
2727 --proxy-key=${KOKORO_KEYSTORE_DIR} /73713_github-magic-proxy-key-release-please \
2828 --snapshot \
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ python3 -m pip install gcp-docuploader
3333# compile all packages
3434mvn clean install -B -DskipTests=true
3535
36- NAME=bigtable
36+ NAME=google-cloud- bigtable
3737VERSION=$( grep ${NAME} : versions.txt | cut -d: -f3)
3838
3939# build the docs
Original file line number Diff line number Diff line change 11{
2- "name" : " bigtable" ,
2+ "name" : " google-cloud- bigtable" ,
33 "name_pretty" : " Cloud Bigtable" ,
44 "product_documentation" : " https://cloud.google.com/bigtable" ,
55 "client_documentation" : " https://googleapis.dev/java/java-bigtable/latest/index.html" ,
Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ def main():
5454 s .copy (templates , excludes = [
5555 '.gitignore' ,
5656 'README.md' ,
57+ '.kokoro/presubmit/integration.cfg' ,
58+ # todo remove once template is updated
59+ '.github/ISSUE_TEMPLATE/bug_report.md' ,
5760 ])
5861
5962def generate_data_api (gapic , license ):
You can’t perform that action at this time.
0 commit comments