Skip to content

Commit 840c949

Browse files
committed
build: add release-please config, fix owlbot-config
1 parent bc2f122 commit 840c949

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"packages/gapic-node-templating": "0.0.0",
3+
"packages/google-cloud-asset": "4.2.0",
4+
"packages/google-cloud-beyondcorp-appconnections": "0.1.0",
35
"packages/google-cloud-beyondcorp-appconnectors": "0.2.0",
46
"packages/google-cloud-beyondcorp-appgateways": "0.1.0",
5-
"packages/google-cloud-beyondcorp-appconnections": "0.1.0",
67
"packages/google-cloud-beyondcorp-clientconnectorservices": "0.1.0",
78
"packages/google-cloud-beyondcorp-clientgateways": "0.1.0",
89
"packages/typeless-sample-bot": "1.0.0"

packages/google-cloud-asset/.github/.OwlBot.yaml renamed to packages/google-cloud-asset/.OwlBot.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
docker:
15-
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
1614

1715
deep-remove-regex:
1816
- /owl-bot-staging
@@ -22,4 +20,4 @@ deep-preserve-regex:
2220

2321
deep-copy-regex:
2422
- source: /google/cloud/asset/(.*)/.*-nodejs/(.*)
25-
dest: /owl-bot-staging/$1/$2
23+
dest: /owl-bot-staging/google-cloud-asset/$1/$2

release-please-config.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"release-type": "node",
32
"packages": {
3+
"packages/google-cloud-asset": {},
4+
"packages/google-cloud-beyondcorp-appconnections": {},
45
"packages/google-cloud-beyondcorp-appconnectors": {},
56
"packages/google-cloud-beyondcorp-appgateways": {},
6-
"packages/google-cloud-beyondcorp-clientgateways": {},
77
"packages/google-cloud-beyondcorp-clientconnectorservices": {},
8-
"packages/google-cloud-beyondcorp-appconnections": {},
8+
"packages/google-cloud-beyondcorp-clientgateways": {},
99
"packages/typeless-sample-bot": {}
10-
}
11-
}
10+
},
11+
"release-type": "node"
12+
}

0 commit comments

Comments
 (0)