This repository was archived by the owner on Mar 23, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: auto-release
44jobs :
55 approve :
66 runs-on : ubuntu-latest
7- if : contains(github.head_ref, 'release-v ')
7+ if : contains(github.head_ref, 'release-please ')
88 steps :
99 - uses : actions/github-script@v3
1010 with :
1616 return;
1717 }
1818
19- // only approve PRs like "chore: release <release version>"
19+ // only approve PRs like "chore(master) : release <release version>"
2020 if ( !context.payload.pull_request.title.startsWith("chore(master): release") ) {
2121 return;
2222 }
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ env_vars: {
77 value: " docs-staging"
88}
99
10+ # cloud-rad staging
1011env_vars: {
1112 key: " STAGING_BUCKET_V2"
12- value: " docs-staging-v2"
13- # Production will be at: docs-staging-v2
13+ value: " docs-staging-v2-staging"
1414}
1515
1616env_vars: {
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ python3 -m docuploader create-metadata \
7171 --version ${VERSION} \
7272 --language java
7373
74- # upload docs
74+ # upload docs to staging bucket
7575python3 -m docuploader upload . \
7676 --credentials ${CREDENTIALS} \
7777 --staging-bucket ${STAGING_BUCKET_V2}
Original file line number Diff line number Diff line change 11# Format: //devtools/kokoro/config/proto/build.proto
22
3+ # cloud-rad production
34env_vars: {
45 key: " STAGING_BUCKET_V2"
56 value: " docs-staging-v2"
6- # Production will be at: docs-staging-v2
77}
88
99# Configure the docker image for kokoro-trampoline
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ python3 -m docuploader create-metadata \
4848 --version ${VERSION} \
4949 --language java
5050
51- # upload yml
51+ # upload yml to production bucket
5252python3 -m docuploader upload . \
5353 --credentials ${CREDENTIALS} \
5454 --staging-bucket ${STAGING_BUCKET_V2} \
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/java-bigquery.git",
7- "sha": "aa716bc9dac89c429341a302c7c52a698a4c9938 "
7+ "sha": "1a41924fcb906c1f5ebd62089237f63392b002ef "
88 }
99 },
1010 {
1111 "git": {
1212 "name": "synthtool",
1313 "remote": "https://github.com/googleapis/synthtool.git",
14- "sha": "f327d3b657a63ae4a8efd7f011a15eacae36b59c "
14+ "sha": "b416a7befcdbc42de41cf387dcf428f894fb812b "
1515 }
1616 }
1717 ],
You can’t perform that action at this time.
0 commit comments