Skip to content

Commit 99d3698

Browse files
authored
chore: fix .repo-metadata.json and update synth.py excludes (#37)
1 parent c9dd952 commit 99d3698

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.kokoro/continuous/propose_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.kokoro/release/bump_snapshot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

.kokoro/release/publish_javadoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ python3 -m pip install gcp-docuploader
3333
# compile all packages
3434
mvn clean install -B -DskipTests=true
3535

36-
NAME=bigtable
36+
NAME=google-cloud-bigtable
3737
VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)
3838

3939
# build the docs

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",

synth.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

5962
def generate_data_api(gapic, license):

0 commit comments

Comments
 (0)